diff options
author | Thomas Kulik <thomas.kulik@telekom.de> | 2022-11-17 12:29:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-11-17 12:29:31 +0000 |
commit | bd88e67486c90311024d87ba203287bffc78f2ef (patch) | |
tree | c4cd135f8433480de041ee0b3648408810eb9f51 /docs | |
parent | 12b132f39dfa1ca3f5ce692f191938de344dd4f0 (diff) | |
parent | 60b2d8b4417e241e4a7d8fd84bf512be4849ab22 (diff) |
Merge "[DOC] Add bounds to sphinx requirement" into istanbulistanbul
Diffstat (limited to 'docs')
-rw-r--r-- | docs/requirements-docs.txt | 12 | ||||
-rw-r--r-- | docs/tox.ini | 5 |
2 files changed, 7 insertions, 10 deletions
diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index edffc4b5..3b3441a8 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,9 +1,3 @@ -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 +lfdocs-conf +sphinx>=4.2.0 # BSD +sphinx-rtd-theme>=1.0.0 # MIT diff --git a/docs/tox.ini b/docs/tox.ini index edac8c35..bf9bc51f 100644 --- a/docs/tox.ini +++ b/docs/tox.ini @@ -5,7 +5,10 @@ skipsdist = true [testenv:docs] basepython = python3 -deps = -r{toxinidir}/requirements-docs.txt +deps = + -r{toxinidir}/requirements-docs.txt + -chttps://git.onap.org/doc/plain/etc/upper-constraints.os.txt?h=istanbul + -chttps://git.onap.org/doc/plain/etc/upper-constraints.onap.txt?h=istanbul commands = sphinx-build -b html -n -d {envtmpdir}/doctrees ./ {toxinidir}/_build/html echo "Generated docs available in {toxinidir}/_build/html" |