diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2020-01-28 15:21:34 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2020-01-29 14:30:14 -0500 |
commit | 0fb94b163b9d9e2e1a8b2f3e544059bd396726ff (patch) | |
tree | 99c2e25a08161b3bdb91110f5badd0abebaf8903 /etc | |
parent | 711bc31c7f34435ae37989d005dc8d8f3d1b3395 (diff) |
Changes to doc config
now uses lfdocs-conf pip package.
needed for future move to rtdv3 jobs.
Issue-ID: CIMAN-33
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: Ic08a81100d8a4c59c2d326161662f207cfd9e25e
Diffstat (limited to 'etc')
-rw-r--r-- | etc/requirements.txt | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt deleted file mode 100644 index 6f695d735..000000000 --- a/etc/requirements.txt +++ /dev/null @@ -1,14 +0,0 @@ -tox -Sphinx -doc8 -docutils -setuptools -six -sphinx_rtd_theme>=0.4.3 -sphinxcontrib-blockdiag -sphinxcontrib-needs>=0.2.3 -sphinxcontrib-nwdiag -sphinxcontrib-seqdiag -sphinxcontrib-swaggerdoc -sphinxcontrib-plantuml -sphinx_bootstrap_theme>=0.4.11 |