mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-25 07:21:04 +00:00
936 B
936 B
Devilbox Documentation
The Devilbox documentation is build via sphinx and automatically updated on readthedocs by every git push.
Documentation
The documentation is available online: https://devilbox.readthedocs.io
Local setup
You can also build the documentation locally before pushing to ensure everything looks fine:
Requirements
sudo pip install sphinx sphinx-autobuild
sudo pip install sphinx_rtd_theme
How to build
cd docs/
sphinx-autobuild . _build/html
How to view
Open you browser on http://127.0.0.1:8000