Skip to content

Commit 430ca32

Browse files
authored
fix: Pin Sphnix version to last working release (#51)
Co-authored-by: larkee <[email protected]>
1 parent cd822c9 commit 430ca32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def docs(session):
143143
"""Build the docs for this library."""
144144

145145
session.install("-e", ".")
146-
session.install("sphinx", "alabaster", "recommonmark")
146+
session.install("sphinx==2.4.4", "alabaster", "recommonmark")
147147

148148
shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True)
149149
session.run(

0 commit comments

Comments
 (0)