From c475484f434b22e464b53d1549aa4e936e700f80 Mon Sep 17 00:00:00 2001 From: Noah Watkins Date: Wed, 3 Oct 2018 15:48:10 -0700 Subject: [PATCH] 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 --- admin/doc-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/doc-requirements.txt b/admin/doc-requirements.txt index dc14113035d24..e79a973f8908b 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