git clone https://github.com/linagora/twake-doc-fr
cd twake-doc-fr
python3 pip install requirement.txt
# edit files inside docs/source/
cd docs
make -b html
python3 -m sphinx source build
# open docs/build/html/index.html
This GitHub template includes fictional Python library with some basic Sphinx docs.
Read the tutorial here: