mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-02 21:23:10 +00:00
15 lines
287 B
Markdown
15 lines
287 B
Markdown
|
|
# Documentation contributions
|
||
|
|
|
||
|
|
## Build
|
||
|
|
|
||
|
|
We use Sphinx to create the documentation from source files and docstrings in code.
|
||
|
|
|
||
|
|
pip install -r requirements-docs.txt
|
||
|
|
python setup.py build_docs
|
||
|
|
|
||
|
|
The resulting html files are in `docs/build/html`.
|
||
|
|
|
||
|
|
## man pages
|
||
|
|
|
||
|
|
Located in `docs/man`
|