From 7c7da922b6f91f97848af10562d032f19791f9e8 Mon Sep 17 00:00:00 2001 From: foiera Date: Wed, 14 Jun 2023 16:23:30 +0200 Subject: [PATCH] RHEL8 install instructions --- admin-guide/mgmt-tools/sphinx.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/admin-guide/mgmt-tools/sphinx.rst b/admin-guide/mgmt-tools/sphinx.rst index 6811db6c..4fa091a6 100644 --- a/admin-guide/mgmt-tools/sphinx.rst +++ b/admin-guide/mgmt-tools/sphinx.rst @@ -15,6 +15,10 @@ On RHEL 7 it is enough to install the ``python-sphinx`` package:: yum install python-sphinx +On RHEL8 + + dnf install python3-sphinx + Editing -------