]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Update list of admin/build-doc dependencies 6934/head
authorNathan Cutler <ncutler@suse.com>
Tue, 15 Dec 2015 11:41:29 +0000 (12:41 +0100)
committerNathan Cutler <ncutler@suse.com>
Tue, 15 Dec 2015 11:41:29 +0000 (12:41 +0100)
http://tracker.ceph.com/issues/14070 Fixes: #14070

Signed-off-by: Nathan Cutler <ncutler@suse.com>
doc/dev/generatedocs.rst

index 2a0b68aa8a82cb0222bad0d76acdef3d949f4977..7332167590e806084af2e3ec6599f60be707d76d 100644 (file)
@@ -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