docs: Fix sphinx import error on Python 3.10+

This commit is contained in:
PatTheMav
2022-10-20 21:26:52 +11:00
committed by Matt Gajownik
parent 556ef40529
commit 89eeeb9c65
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -35,10 +35,10 @@ extensions = [
"sphinx.ext.autodoc",
"sphinx.ext.coverage",
"sphinx.ext.viewcode",
"sphinx.ext.napoleon",
"sphinx_rtd_theme",
"sphinxcontrib.napoleon",
"sphinx.ext.autosectionlabel",
"sphinx.ext.extlinks"
"sphinx.ext.extlinks",
]
# Add any paths that contain templates here, relative to this directory.
+1 -1
View File
@@ -1,2 +1,2 @@
sphinx>=1.3
sphinx_rtd_theme>=0.5.2
sphinxcontrib-napoleon>=0.7