There was an error while loading. Please reload this page.
1 parent cd822c9 commit 430ca32Copy full SHA for 430ca32
noxfile.py
@@ -143,7 +143,7 @@ def docs(session):
143
"""Build the docs for this library."""
144
145
session.install("-e", ".")
146
- session.install("sphinx", "alabaster", "recommonmark")
+ session.install("sphinx==2.4.4", "alabaster", "recommonmark")
147
148
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
149
session.run(
0 commit comments