From a91d555b3e0e030a3af892cd9a2bb280104bf215 Mon Sep 17 00:00:00 2001 From: larkee Date: Wed, 8 Apr 2020 11:58:51 +1000 Subject: [PATCH] fix: Pin Sphnix version to last working release --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 22f328c4af..88beb02d68 100644 --- a/noxfile.py +++ b/noxfile.py @@ -143,7 +143,7 @@ def docs(session): """Build the docs for this library.""" session.install("-e", ".") - session.install("sphinx", "alabaster", "recommonmark") + session.install("sphinx==2.4.4", "alabaster", "recommonmark") shutil.rmtree(os.path.join("docs", "_build"), ignore_errors=True) session.run(