diff --git a/doc/install-virtualenv.rst b/doc/install-virtualenv.rst index fb1e6eb7..736ba3ff 100644 --- a/doc/install-virtualenv.rst +++ b/doc/install-virtualenv.rst @@ -28,20 +28,6 @@ Arch (virtualenv) $ python -m sphinxcontrib.confluencebuilder --version sphinxcontrib.confluencebuilder -CentOS (virtualenv) -~~~~~~~~~~~~~~~~~~~ - -.. code-block:: shell-session - - $ sudo yum install epel-release - $ sudo yum install python-pip - $ sudo yum install python-virtualenv - $ virtualenv sphinx-venv - $ source sphinx-venv/bin/activate - $ pip install sphinxcontrib-confluencebuilder - $ python -m sphinxcontrib.confluencebuilder --version - sphinxcontrib.confluencebuilder - Fedora (virtualenv) ~~~~~~~~~~~~~~~~~~~ diff --git a/doc/install.rst b/doc/install.rst index ce9c0e89..5eea30e6 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -50,17 +50,6 @@ Arch $ python -m sphinxcontrib.confluencebuilder --version sphinxcontrib.confluencebuilder -CentOS -~~~~~~ - -.. code-block:: shell-session - - $ sudo yum install epel-release - $ sudo yum install python-pip - $ pip install sphinxcontrib-confluencebuilder - $ python -m sphinxcontrib.confluencebuilder --version - sphinxcontrib.confluencebuilder - Fedora ~~~~~~