This is repo for PipeCraft2 user guide https://pipecraft2-manual.rtfd.io/
PipeCraft2 development repo -> https://github.com/pipecraft2/pipecraft
For developers:
Install sphinx and rtd-theme:
pip install -U sphinx
pip install sphinx-rtd-theme
Build for testing (need to be in doc folder)
For Linux and macOS:
make html
For Windows:
./make.bat html