Skip to content

Commit

Permalink
rhel, fedora: Add python-sphinx as a dependency.
Browse files Browse the repository at this point in the history
Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Yi-Hung Wei <[email protected]>
Acked-by: Aaron Conole <[email protected]>
  • Loading branch information
shettyg committed Oct 20, 2017
1 parent a6480fc commit fc96695
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/intro/install/fedora.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in the :doc:`general`. Specific packages (by package name) include:
- autoconf automake libtool
- systemd-units openssl openssl-devel
- python2-devel python3-devel
- python2 python2-twisted python2-zope-interface python2-six
- python2 python2-twisted python2-zope-interface python2-six python-sphinx
- desktop-file-utils
- groff graphviz
- procps-ng
Expand Down
6 changes: 5 additions & 1 deletion Documentation/intro/install/rhel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,11 @@ the below command::

$ yum install gcc make python-devel openssl-devel kernel-devel graphviz \
kernel-debug-devel autoconf automake rpm-build redhat-rpm-config \
libtool checkpolicy selinux-policy-devel
libtool checkpolicy selinux-policy-devel python-sphinx

.. note::
If python-sphinx package is not available in your version of RHEL, you can
install it via pip with 'pip install sphinx'.

.. _rhel-bootstrapping:

Expand Down

0 comments on commit fc96695

Please sign in to comment.