Building the Documentation
To make a local test build of the documentation, it is easiest to follow the
Testing Changes to mpas_tools procedure for how to make a local build of the
mpas_tools
package. The development environment includes the packages
needed to build the documentation. Simply run:
cd conda_package/docs
DOCS_VERSION=master make versioned-html
Previewing the Documentation
To preview the documentation locally, open the index.html
file in the
_build/html/master
directory with your browser or try:
cd _build/html
python -m http.server 8000
Then, open http://0.0.0.0:8000/master/ in your browser.