Actions
Sphinx documentation » History » Revision 4
« Previous |
Revision 4/21
(diff)
| Next »
Alexander Watzinger, 2020-04-21 21:16
Sphinx documentation¶
Sphinx is used to generate the in-application manual. The content of the manual can be changed in the .rst files at sphinx/source.
Install Sphinx
apt-get install python3-sphinx python3-sphinx-rtd-theme
Generate documentation from .rst files
sphinx-build ./sphinx/source/ openatlas/static/manual -d /tmp/
Updated by Alexander Watzinger over 3 years ago · 4 revisions