Pārlūkot izejas kodu

docs: Fix sphinx import error on Python 3.10+

PatTheMav 3 gadi atpakaļ
vecāks
revīzija
e1f312feb3
2 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 2 2
      docs/sphinx/conf.py
  2. 1 1
      docs/sphinx/requirements.txt

+ 2 - 2
docs/sphinx/conf.py

@@ -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
docs/sphinx/requirements.txt

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