summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/system-requirements.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/ref-manual/system-requirements.rst b/documentation/ref-manual/system-requirements.rst
index 9dee24a1fa..bcca42e36e 100644
--- a/documentation/ref-manual/system-requirements.rst
+++ b/documentation/ref-manual/system-requirements.rst
@@ -168,8 +168,8 @@ with a supported Ubuntu or Debian Linux distribution::
168 168
169Here are the packages needed to build Project documentation manuals:: 169Here are the packages needed to build Project documentation manuals::
170 170
171 $ sudo apt install make python3-pip inkscape texlive-latex-extra 171 $ sudo apt install git make inkscape texlive-latex-extra
172 &PIP3_HOST_PACKAGES_DOC; 172 $ sudo apt install sphinx python3-saneyaml python3-sphinx-rtd-theme
173 173
174Fedora Packages 174Fedora Packages
175--------------- 175---------------
@@ -181,7 +181,7 @@ with a supported Fedora Linux distribution::
181 181
182Here are the packages needed to build Project documentation manuals:: 182Here are the packages needed to build Project documentation manuals::
183 183
184 $ sudo dnf install make python3-pip which inkscape texlive-fncychap 184 $ sudo dnf install git make python3-pip which inkscape texlive-fncychap
185 &PIP3_HOST_PACKAGES_DOC; 185 &PIP3_HOST_PACKAGES_DOC;
186 186
187openSUSE Packages 187openSUSE Packages
@@ -194,7 +194,7 @@ with a supported openSUSE distribution::
194 194
195Here are the packages needed to build Project documentation manuals:: 195Here are the packages needed to build Project documentation manuals::
196 196
197 $ sudo zypper install make python3-pip which inkscape texlive-fncychap 197 $ sudo zypper install git make python3-pip which inkscape texlive-fncychap
198 &PIP3_HOST_PACKAGES_DOC; 198 &PIP3_HOST_PACKAGES_DOC;
199 199
200 200
@@ -221,7 +221,7 @@ with a supported AlmaLinux distribution::
221 221
222Here are the packages needed to build Project documentation manuals:: 222Here are the packages needed to build Project documentation manuals::
223 223
224 $ sudo dnf install make python3-pip which inkscape texlive-fncychap 224 $ sudo dnf install git make python3-pip which inkscape texlive-fncychap
225 &PIP3_HOST_PACKAGES_DOC; 225 &PIP3_HOST_PACKAGES_DOC;
226 226
227.. _system-requirements-buildtools: 227.. _system-requirements-buildtools: