From: Nathan Cutler Date: Tue, 15 Dec 2015 11:41:29 +0000 (+0100) Subject: doc: Update list of admin/build-doc dependencies X-Git-Tag: v10.0.2~32^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6934%2Fhead;p=ceph.git doc: Update list of admin/build-doc dependencies http://tracker.ceph.com/issues/14070 Fixes: #14070 Signed-off-by: Nathan Cutler --- diff --git a/doc/dev/generatedocs.rst b/doc/dev/generatedocs.rst index 2a0b68aa8a8..7332167590e 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