Sphinx documentation » History » Version 2
Alexander Watzinger, 2020-04-21 20:56
1 | 1 | Alexander Watzinger | h1. Sphinx documentation |
---|---|---|---|
2 | |||
3 | "Sphinx":http://www.sphinx-doc.org is used to generate the in-application manual. |
||
4 | |||
5 | 2 | Alexander Watzinger | Execute generation after changes:<pre>sphinx-build ./sphinx/source/ ../openatlas/static/manual -d /tmp/</pre> |
6 | Install needed libraries:<pre>apt-get install python3-sphinx python3-sphinx-rtd-theme</pre> |