Skip to content

Commit e31f11e

Browse files
committed
fix doctest
1 parent 1994ab5 commit e31f11e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

noxfile.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,12 @@ def doctest(session):
157157
session.install("-e", ".[requests,aiohttp]")
158158
session.install("sphinx==4.0.1", "alabaster", "recommonmark")
159159
session.install(
160-
"sphinx==4.0.1",
160+
"sphinxcontrib-applehelp==1.0.4",
161+
"sphinxcontrib-devhelp==1.0.2",
162+
"sphinxcontrib-htmlhelp==2.0.1",
163+
"sphinxcontrib-qthelp==1.0.3",
164+
"sphinxcontrib-serializinghtml==1.1.5",
165+
"sphinx==4.5.0",
161166
"sphinx_rtd_theme",
162167
"sphinx-docstring-typing >= 0.0.3",
163168
"mock",

0 commit comments

Comments
 (0)