We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1994ab5 commit e31f11eCopy full SHA for e31f11e
noxfile.py
@@ -157,7 +157,12 @@ def doctest(session):
157
session.install("-e", ".[requests,aiohttp]")
158
session.install("sphinx==4.0.1", "alabaster", "recommonmark")
159
session.install(
160
- "sphinx==4.0.1",
+ "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",
166
"sphinx_rtd_theme",
167
"sphinx-docstring-typing >= 0.0.3",
168
"mock",
0 commit comments