docs: Fix sphinx import error on Python 3.10+

This commit is contained in:
PatTheMav 2022-10-11 14:25:00 +02:00 committed by Matt Gajownik
parent 556ef40529
commit 89eeeb9c65
2 changed files with 3 additions and 3 deletions

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.

View file

@ -1,2 +1,2 @@
sphinx>=1.3
sphinx_rtd_theme>=0.5.2
sphinxcontrib-napoleon>=0.7