diff options
| author | 2025-02-17 07:41:07 +0100 | |
|---|---|---|
| committer | 2025-02-17 07:41:07 +0100 | |
| commit | fdc421bbb68ca6d214934b7ccde340826a09bcbe (patch) | |
| tree | 4268cb5c733a3b88e7c5b765a30f5b9fd81c804e /docs/source/contributing/documentation.md | |
| parent | 794b1404be2f9bdb3667d2cfb2dc7ad1fedf1e60 (diff) | |
Adding upstream version 2.1.2~dev0+20230529.
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'docs/source/contributing/documentation.md')
| -rw-r--r-- | docs/source/contributing/documentation.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/source/contributing/documentation.md b/docs/source/contributing/documentation.md new file mode 100644 index 0000000..cd72b85 --- /dev/null +++ b/docs/source/contributing/documentation.md @@ -0,0 +1,14 @@ +# Documentation contributions + +## Build + +We use Sphinx to create the documentation from source files and docstrings in code. + + pip install -r docs/requirements.txt + python setup.py build_docs + +The resulting html files are in `docs/build/html`. + +## man pages + +Located in `docs/man` |
