Developing/Contributing to Hestia Documentation¶
Checklist¶
Python 2 (not recommended because of EOL)¶
Install the following pip modules:
- sphinx
- sphinx-tabs
- sphinx_rtd_theme
- sphinxcontrib.youtube
Python 3¶
Install the following pip modules:
- sphinx
- sphinx-tabs
- sphinx_rtd_theme
- sphinxcontrib.yt
Attention
For Python 3 rename the following:
- conf.py => conf2.py
- conf3.py => conf.py
Building¶
make html
python -m sphinx -b html . _build/html
python3 -m sphinx -b html . _build/html