summaryrefslogtreecommitdiffstats
path: root/common/waf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2023-12-19 12:31:52 +1100
committerChris Johns <chrisj@rtems.org>2023-12-20 08:05:52 +1100
commite31a0b22fe43e0ec910678cdc4bdcf2be661a461 (patch)
tree3e0d3d8157623a32947e19f3dc0674dea9301340 /common/waf.py
parentc-user: CONFIGURE_JFFS2_DELAYED_WRITE_TASK_PRIORITY (diff)
downloadrtems-docs-e31a0b22fe43e0ec910678cdc4bdcf2be661a461.tar.bz2
sphinx/style: Fix building with the latest sphinx
Tested on sphinx 7.2, 6.1.3 AND 5.3.0 Closes #4980
Diffstat (limited to 'common/waf.py')
-rw-r--r--common/waf.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/common/waf.py b/common/waf.py
index 6efe038..5f811f6 100644
--- a/common/waf.py
+++ b/common/waf.py
@@ -16,11 +16,9 @@ from waflib.Build import BuildContext
import latex
import conf
-# Sphinx >= 6 are currently broken.
# If you do not want to check for a maximum version, set it to None.
sphinx_min_version = (1, 3)
-sphinx_max_version = (5, 9)
-#sphinx_max_version = None
+sphinx_max_version = None
def version_cmdline(ctx):
return '-Drelease="%s" -Dversion="%s" -Drtems_major="%s" ' \