Signed-off-by: Alfredo Deza <adeza@redhat.com>
set -ex
+# make sure any shaman list file is removed. At some point if all nodes
+# are clean this will not be needed.
+sudo rm -f /etc/apt/sources.list.d/shaman*
+
+# Ceph doc build deps, Ubuntu only because ditaa is not packaged for CentOS
+sudo apt-get update
+sudo apt-get install -y gcc python-dev python-pip python-virtualenv libxml2-dev libxslt-dev doxygen graphviz ant ditaa
+sudo apt-get install -y python-sphinx
+
./admin/build-doc
+# XXX to be removed after it is all working, here for debug only
ls -l build-doc/output/html/
-