From: czichy Date: Thu, 31 Aug 2023 11:16:22 +0000 (+0300) Subject: Dummy review to see newly generated readthedocs X-Git-Tag: 0.5.16~2 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-plt%2Falarm-go.git;a=commitdiff_plain;h=ce3f4d11233a7d4bc0bd3a82244151eb850a9f0d Dummy review to see newly generated readthedocs Change-Id: I635429aa17b8698a6ef3b1290cce98873881dbb8 Signed-off-by: czichy --- diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 057bd8f..1e24bc8 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -44,7 +44,6 @@ Summary ------- - Release Data ------------ diff --git a/tox.ini b/tox.ini index 8a8d0a4..bcfcde4 100644 --- a/tox.ini +++ b/tox.ini @@ -18,11 +18,12 @@ deps = sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html echo "Generated docs available in {toxinidir}/docs/_build/html" -whitelist_externals = echo +allowlist_externals = echo [testenv:docs-linkcheck] passenv = @@ -35,4 +36,6 @@ deps = sphinx sphinxcontrib-httpdomain recommonmark lfdocs-conf + urllib3~=1.26.15 + commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck