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 /etc | |
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 'etc')
-rw-r--r-- | etc/requirements.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/requirements.txt b/etc/requirements.txt new file mode 100644 index 000000000..b3188ddd3 --- /dev/null +++ b/etc/requirements.txt @@ -0,0 +1,15 @@ +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 |