From eadc771d27db7846b9e9928a3302fbe822e36379 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 15 Dec 2015 12:41:29 +0100 Subject: [PATCH] doc: Update list of admin/build-doc dependencies http://tracker.ceph.com/issues/14070 Fixes: #14070 Signed-off-by: Nathan Cutler --- doc/dev/generatedocs.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/dev/generatedocs.rst b/doc/dev/generatedocs.rst index 2a0b68aa8a82c..7332167590e80 100644 --- a/doc/dev/generatedocs.rst +++ b/doc/dev/generatedocs.rst @@ -28,11 +28,8 @@ You should have a full copy of the Ceph repository. Install the Required Tools -------------------------- -If you do not have Sphinx and its dependencies installed, a list of -dependencies will appear in the output. Install the dependencies on -your system, and then execute the build. - -To run Sphinx, at least the following are required: +To build the Ceph documentation, the following packages are required on +Ubuntu 14.04: - ``python-dev`` - ``python-pip`` @@ -42,11 +39,14 @@ To run Sphinx, at least the following are required: - ``doxygen`` - ``ditaa`` - ``graphviz`` +- ``ant`` +- ``cython`` +- ``librbd-dev`` Execute ``apt-get install`` for each dependency that isn't installed on your host.:: - sudo apt-get install python-dev python-pip python-virtualenv libxml2-dev libxslt-dev doxygen ditaa graphviz ant + sudo apt-get install python-dev python-pip python-virtualenv libxml2-dev libxslt-dev doxygen ditaa graphviz ant cython librbd-dev -- 2.39.5