diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2021-09-27 10:39:40 +0100 |
---|---|---|
committer | Adheli Tavares <adheli.tavares@est.tech> | 2021-09-27 13:12:08 +0000 |
commit | 16a880a7a7339f5e0e5d7f5048e15e8ea9a7089f (patch) | |
tree | 5d2830b98667696a741239cfffa2ad80c63bf7d2 /docs/requirements-docs.txt | |
parent | d3d1cb72f996855f8d6c253ddffbca5d82e4a27c (diff) |
Update libs for sphinx and LF docs theme to match.
Sphinx bump to 4.2.x didn't match LF theme for docs,
so other libs needed to be adapted.
Refer to commit /doc/+/124461
Issue-ID: POLICY-3363
Change-Id: Icfcf23725a7777ccaf10a28c0b7ad3bffc8d9f97
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'docs/requirements-docs.txt')
-rw-r--r-- | docs/requirements-docs.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index a743c226..12c4de1a 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -4,12 +4,12 @@ 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 |