diff options
author | DylanB95EST <dylan.byrne@est.tech> | 2021-09-24 15:34:17 +0100 |
---|---|---|
committer | DylanB95EST <dylan.byrne@est.tech> | 2021-09-24 15:34:24 +0100 |
commit | e55af78a795c46d467e5ce63d647cfb6124c62ad (patch) | |
tree | 78c7020279b725899ae7df4b177c54a136605bba /docs | |
parent | c2ce1198a0f11af748d23797e6cdc7b3ed3236f6 (diff) |
Create preliminary documentation for ONAP DMI-Plugin
Modify requirements doc file based on this commit to fix Sphinx config
https://gerrit.onap.org/r/c/doc/+/124461
Issue-ID: CPS-625
Change-Id: I689f1cc48fd3f02ecb22fdcace6b42e1400d179c
Signed-off-by: DylanB95EST <dylan.byrne@est.tech>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements-docs.txt | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index b3188ddd..c7912888 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -4,12 +4,13 @@ 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 +lfdocs-conf~=0.7.5 +funcparserlib~=1.0.0a0 +sphinxcontrib.blockdiag~=2.0.0 +sphinxcontrib-needs<0.6.0 +sphinxcontrib.plantuml~=0.21 +sphinxcontrib.nwdiag~=2.0.0 +sphinxcontrib-seqdiag~=2.0.0 +sphinxcontrib-swaggerdoc~=0.1.7 +sphinx-rtd-theme~=1.0.0 |