Make HTML using Sphinx. Used to see changes made when updating readthedocs.
cd docs
pip install -r requirements.txt
make html
- Open the generated HTML:
- Mac:
open _build/html/index.html
- Windows:
start _build/html/index.html
- Mac:
Make HTML using Sphinx. Used to see changes made when updating readthedocs.
cd docs
pip install -r requirements.txt
make html
open _build/html/index.html
start _build/html/index.html