Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
import sphinx.builders.latex
import sphinx.builders.texinfo
import sphinx.builders.text
import sphinx.domains.c # noqa: F401
import sphinx.domains.cpp # noqa: F401
import sphinx.ext.autodoc # noqa: F401
import sphinx.ext.intersphinx # noqa: F401
import urllib3.exceptions # noqa: F401

typing.TYPE_CHECKING = True
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
gevent
shibuya
sphinx==7.2.6
sphinx
sphinx-autodoc-typehints[type_comments]>=1.8.0
typing-extensions
Loading