Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 405 Bytes

readme.md

File metadata and controls

26 lines (19 loc) · 405 Bytes

Build the documentation

This preliminary documentation generator works like this:

Install dependencies

mamba install sphinx -c conda-forge
mamba install -c conda-forge nbsphinx pandoc
pip install sphinx-rtd-theme

Build documentation

cd docs
make.bat html

Clean up

make.bat clean

See also

https://biapol.github.io/blog/johannes_mueller/entry_sphinx/Readme.html