We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 302457d commit deca5f2Copy full SHA for deca5f2
docs/conf.py
@@ -8,7 +8,10 @@
8
import sphinx.builders.latex
9
import sphinx.builders.texinfo
10
import sphinx.builders.text
11
+import sphinx.domains.c # noqa: F401
12
+import sphinx.domains.cpp # noqa: F401
13
import sphinx.ext.autodoc # noqa: F401
14
+import sphinx.ext.intersphinx # noqa: F401
15
import urllib3.exceptions # noqa: F401
16
17
typing.TYPE_CHECKING = True
requirements-docs.txt
@@ -1,5 +1,5 @@
1
gevent
2
shibuya
3
-sphinx==7.2.6
+sphinx
4
sphinx-autodoc-typehints[type_comments]>=1.8.0
5
typing-extensions
0 commit comments