cd /docsrc (navigate to documentation source folder)
conda active pybads-env (activate conda environment)
make github (this builds the doc and copies the build version to ./docs)
cd ../docs
Open index.html under the docs directory, where all the built pages are.
Some link in the README like the link to the future released documentation (https://acerbilab.github.io/pybads/) does not work yet, since the webpage is not built yet. But internal links in the documentation should work.
To build the HTML page:
Open index.html under the
docs
directory, where all the built pages are.