From 5c798fcc7f755f217c2fc28ac60e994205072f9d Mon Sep 17 00:00:00 2001 From: czichy Date: Fri, 1 Sep 2023 09:24:01 +0300 Subject: [PATCH] Removing deprecated functions from readthedocs Change-Id: I85b11e67929166b9c1e8a2fb5821c88a643d82fb Signed-off-by: czichy --- docs/index.rst | 1 + tox.ini | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 81be866..c0df0a9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -28,3 +28,4 @@ Welcome to O-RAN Application Manager Documentation * :ref:`genindex` * :ref:`modindex` * :ref:`search` + diff --git a/tox.ini b/tox.ini index 8a8d0a4..7c50d17 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ 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 @@ -35,4 +36,5 @@ 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 -- 2.16.6