Step 1
cd doc/build/html
Step 2
python -m http.server
Open a web browser and type http://localhost:8000 in the address bar. You should see the generated Sphinx documentation served as a website.
pip install -r doc/requirements.txt
sphinx-autobuild source build/html
- Clone this repo
- Update the content in ./doc/source
- (Optional) Test it with rebuild the doc (section above)
- Update the version on ./doc/source/conf.py
- Update this repo
- Check the document deployment on https://readthedocs.org/
git add -A
git commit -m "update"
git push -u origin master