]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: install build-doc deps without git clone 24416/head
authorNoah Watkins <nwatkins@redhat.com>
Wed, 3 Oct 2018 22:48:10 +0000 (15:48 -0700)
committerNoah Watkins <nwatkins@redhat.com>
Wed, 3 Oct 2018 22:49:27 +0000 (15:49 -0700)
With `-e` the repository is cloned, leading to `git clean` skipping
the cloned dependencies due to the `.git` directory, and forcing manual
removal.

[nwatkins@daq ceph]$ git clean -dxf
Skipping repository build-doc/virtualenv/src/breathe
Skipping repository build-doc/virtualenv/src/sphinx-ditaa

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
admin/doc-requirements.txt

index dc14113035d249acb30de1d11bc15ae8b4c289dd..e79a973f8908b1bc3cf34fce70e6cd3794d225f6 100644 (file)
@@ -1,3 +1,3 @@
 Sphinx == 1.6.3
--e git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
--e git+https://github.com/michaeljones/breathe#egg=breathe
+git+https://github.com/ceph/sphinx-ditaa.git@py3#egg=sphinx-ditaa
+git+https://github.com/michaeljones/breathe#egg=breathe