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 563de69 commit eaec5e5Copy full SHA for eaec5e5
docs/conf.py
@@ -8,6 +8,8 @@
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 urllib3.exceptions # noqa: F401
15
requirements-docs.txt
@@ -1,5 +1,5 @@
1
gevent
2
shibuya
3
-sphinx==8.1.3
+sphinx
4
sphinx-autodoc-typehints[type_comments]>=1.8.0
5
typing-extensions
0 commit comments