Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 226 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 226 Bytes

Requirements

It need the following python components

pip install sphinx PSphinxTheme

How to compile and update the documentation

make html
cp -r _build/html/* docs/
./scripts/replace_static.sh

commit & push