diff options
author | Aric Gardner <agardner@linuxfoundation.org> | 2020-02-05 13:15:34 -0500 |
---|---|---|
committer | Aric Gardner <agardner@linuxfoundation.org> | 2020-02-05 13:41:46 -0500 |
commit | dd7413d2458ad83166690f11690d8fc1dfed8b60 (patch) | |
tree | 01649452e769322b7f31ccffab508e408fcb0866 /docs | |
parent | 57012dc4573eae02a22257e2dd9553a132e97b46 (diff) |
Fix readthedocs.yml
Also fix conf.py lint errors
etc/requirements.txt is hardcoded in rtd config
to support older builds I cannot change it
untill the next release
Issue-ID: CIMAN-33
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
Change-Id: I27f1dcf32d226ea094b20ad275b318d07fa9648b
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements-docs.txt | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt deleted file mode 100644 index b3188ddd3..000000000 --- a/docs/requirements-docs.txt +++ /dev/null @@ -1,15 +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 -lfdocs-conf |