The docs for this project are built with Sphinx using the mdanalysis-sphinx-theme. To compile the docs, first ensure that:
/docs
directory.To install a new environment with conda to compile the documentation, run:
conda install sphinx mdanalysis-sphinx-theme
Alternatively, to install all doc dependencies in your environment, run:
pip install -r requirements.txt
Once all dependencies are installed, you can use the Makefile
in this directory to compile static HTML pages with
make html
The compiled docs will be in the _build
directory and can be viewed by opening index.html
.