- Install markdown with
pip3 install recommonmark
- Install markdown tables with
pip3 install sphinx-markdown-tables
- Install read the docs theme with
pip3 install sphinx_rtd_theme
cd docs
make github
# Run documentation locally
http-server .
make commit
git push
Install sphinx-autobuild source dist
Run sphinx-autobuild source dist
https://docs.readthedocs.io/en/stable/intro/getting-started-with-sphinx.html