pip install -r requirements.txt
cd docsrc
make html
To build and preview docs:
cd docsrc && make html && open _build/html/index.html && cd ..
cp -r docsrc/_build/html/* docs/
and now commit and push
TODO: Automated this via GitHub Actions
pip install -r requirements.txt
cd docsrc
make html
To build and preview docs:
cd docsrc && make html && open _build/html/index.html && cd ..
cp -r docsrc/_build/html/* docs/
and now commit and push
TODO: Automated this via GitHub Actions