Remove python patching from voltha-docs build
There is no longer any need to patch Python functions in order to get
this to work. Python versions have been updated to current defaults,
and pinned to avoid future issues with changes.
RE: LF Jira IT-27751
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: I925d48ecabf4d642500175d0ca3474cc333894c6
diff --git a/requirements.txt b/requirements.txt
index ec3428f..5838cbc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,17 +19,15 @@
# -----------------------------------------------------------------------
-Sphinx~=4.1.2 # 2021-07-26
-doc8~=0.9.0
-docutils==0.16
-recommonmark~=0.6.0
-sphinx-rtd-theme~=0.5.2
-sphinxcontrib-openapi~=0.6.0
-sphinxcontrib-spelling~=7.2.1
-git+https://github.com/zdw/sphinx-multiversion@ec7c01cdaf2f9241245e84483dfb9bc0d0dffc62
-
-#
-sphinx-reload
+Sphinx~=8.1.3
+recommonmark~=0.7.1
+doc8~=1.1.2
+docutils~=0.21.2
+sphinx-multiversion~=0.2.4
+sphinx-reload~=0.2.0
+sphinx-rtd-theme~=3.0.2
+sphinxcontrib-openapi~=0.8.4
+sphinxcontrib-spelling~=8.0.1
##----------------##
##---] LINT [---##