From: Noah Watkins Date: Wed, 3 Oct 2018 22:48:10 +0000 (-0700) Subject: doc: install build-doc deps without git clone X-Git-Tag: v14.0.1~110^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24416%2Fhead;p=ceph.git doc: install build-doc deps without git clone 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 --- diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index dc14113035d2..e79a973f8908 100644 --- a/admin/doc-requirements.txt +++ b/admin/doc-requirements.txt @@ -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