Skip to content

Commit deca5f2

Browse files
build(deps): Remove pin on sphinx (#3650)
--------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ivana Kellyer <[email protected]>
1 parent 302457d commit deca5f2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@
88
import sphinx.builders.latex
99
import sphinx.builders.texinfo
1010
import sphinx.builders.text
11+
import sphinx.domains.c # noqa: F401
12+
import sphinx.domains.cpp # noqa: F401
1113
import sphinx.ext.autodoc # noqa: F401
14+
import sphinx.ext.intersphinx # noqa: F401
1215
import urllib3.exceptions # noqa: F401
1316

1417
typing.TYPE_CHECKING = True

requirements-docs.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
gevent
22
shibuya
3-
sphinx==7.2.6
3+
sphinx
44
sphinx-autodoc-typehints[type_comments]>=1.8.0
55
typing-extensions

0 commit comments

Comments
 (0)