- install Sphinx:
pip install -U sphinx
- install Read the Docs Sphinx Theme:
pip install -U sphinx_rtd_theme
- install sphinx-autobuild:
pip install -U sphinx-autobuild
- run
make livehtml
in thedocs
folder - open
http://localhost:8000/
to view the documentation
Thanks to the sphinx-autobuild the documentation will be automatically built on every change and all browsers, where it's opened will be reloaded automatically as well.
- run
make html
in thedocs
folder - open
docs/build/html
folder in your browser