Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 344 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 344 Bytes

Build Documentation

You can build the documentation locally by installing the documentation Conda environment:

conda env create -f docs/environment.yaml

activating the environment:

conda activate sphinx_MPTEX

Build the documentation on Windows by running:

sphinx-build docs _build/html --builder=html --jobs=auto