Merge branch 'master' of git.psi.ch:linux-infra/documentation

This commit is contained in:
2023-06-15 15:10:09 +02:00

View File

@@ -11,10 +11,16 @@ It can generate various formats, including HTML and PDF.
Installing Sphinx
-----------------
On RHEL 7 it is enough to install the ``python-sphinx`` package::
basically it is enough to install the ``python-sphinx`` package:
On RHEL 7::
yum install python-sphinx
On RHEL8::
dnf install python3-sphinx
Editing
-------