From 94133d4d3e63185f2649cc231ed182eba6df29d4 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Sun, 24 Jul 2022 18:06:05 -0700 Subject: Fix sphinx version < 5.1.0. For now 5.1.0 breaks the sphinx api build --- SCons/__init__.py | 14 +++++++------- requirements.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/SCons/__init__.py b/SCons/__init__.py index c95386a..784a392 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.3.0" -__copyright__="Copyright (c) 2001 - 2021 The SCons Foundation" -__developer__="bdeegan" -__date__="Tue, 16 Nov 2021 19:09:21 +0000" -__buildsys__="octodog" -__revision__="559790274f66fa55251f5754de34820a29c7327a" -__build__="559790274f66fa55251f5754de34820a29c7327a" +__version__="4.3.1" +__copyright__="Copyright (c) 2001 - 2022 The SCons Foundation" +__developer__="bdbaddog" +__date__="Sun, 24 Jul 2022 18:02:27 -0700" +__buildsys__="M1Dog2021" +__revision__="2cf871f2d61b489220a93d9020a0af5310054f91" +__build__="2cf871f2d61b489220a93d9020a0af5310054f91" # make sure compatibility is always in place import SCons.compat # noqa \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 133b5bd..f79520d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Can be used with twinecheck # See: https://github.com/pypa/readme_renderer readme-renderer -sphinx +sphinx<=5.0.0 sphinx_rtd_theme rst2pdf # for now keep pinning "known working" lxml, -- cgit v0.12