Skip to content

How to create docs?

Oliver Zehentleitner edited this page Apr 29, 2022 · 1 revision

Install dependencies:

cd ./sphinx
./install_sphinx.sh

Create new docs

cd ./sphinx
./create_docs.sh

Update docs

cd ./sphinx
./release_docs.sh
Clone this wiki locally