Skip to content

Commit

Permalink
Merge pull request ceph#6934 from smithfarm/wip-14070
Browse files Browse the repository at this point in the history
doc: Update list of admin/build-doc dependencies

Reviewed-by: Loic Dachary <[email protected]>
  • Loading branch information
Loic Dachary committed Dec 15, 2015
2 parents 9c34d0c + eadc771 commit 736532c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions doc/dev/generatedocs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``
Expand All @@ -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



Expand Down

0 comments on commit 736532c

Please sign in to comment.