From 9402465b83b74f66751c5d6017d8179f4dd263af Mon Sep 17 00:00:00 2001 From: Sean Kim Date: Thu, 5 Sep 2024 15:35:56 -0700 Subject: [PATCH] Fix: Unable to run livehtml with python3.9 See https://github.com/sphinx-doc/sphinx-autobuild/issues/166 for related issues that were reported upstream. This commit bumps the sphinx-autobuild version to the one that has support for python3.9 fixed. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fdca9037..15a47a7f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ sphinx-basic-ng==1.0.0b2 # Only for convenience, allows live updating while editing RST files. # Access by running: # make livehtml -sphinx-autobuild==2024.4.16 +sphinx-autobuild==2024.9.3 # Required for spell-checking pyenchant -- 2.30.2