To build a local copy of the nbodykit docs, install the programs in environment.yml and run 'make html'. If you use the conda package manager these commands suffice:
git clone [email protected]:bccp/nbodykit.git cd nbodykit/docs conda env create --name nbodykitdocs -f environment.yml source activate nbodykitdocs make html open build/html/index.html