diff options
author | Mats Wichmann <mats@linux.com> | 2023-09-22 13:33:38 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2023-09-22 13:33:38 (GMT) |
commit | f65c04aadc679de79e9517a0d0651cddf3d42006 (patch) | |
tree | 569bfac977b32622eb3756dd968b9edea1fa2161 /bin/docs-create-example-outputs.py | |
parent | b9d9fe03d05016edaf857360a9bc2f62b8d90275 (diff) | |
download | SCons-f65c04aadc679de79e9517a0d0651cddf3d42006.zip SCons-f65c04aadc679de79e9517a0d0651cddf3d42006.tar.gz SCons-f65c04aadc679de79e9517a0d0651cddf3d42006.tar.bz2 |
Bump dependency versions [skip appveyor]
Sphinx ceiling version bumped to 6.x. While it *works* with current
Sphinx 7.x, sphinx-book-theme is actually pinned to <7, so to avoid
install complaints, leave Sphinx down-rev for now.
lxml version pin bumped, and the fence for not installing on
Python 3.12 is changed to 3.13 - PyPI packages for 3.12 are up.
Update doc/generated/variables.mod as it contains new construction
variables from the 4.6 development: all the generated files will be
updated at release time, but this allows a build *without*
regenerating to not fail.
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'bin/docs-create-example-outputs.py')
-rw-r--r-- | bin/docs-create-example-outputs.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/docs-create-example-outputs.py b/bin/docs-create-example-outputs.py index e5d40ce..2df6f90 100644 --- a/bin/docs-create-example-outputs.py +++ b/bin/docs-create-example-outputs.py @@ -1,8 +1,12 @@ #!/usr/bin/env python # +# SPDX-License-Identifier: MIT +# +# Copyright The SCons Foundation +# # Searches through the whole doc/user tree and creates # all output files for the single examples. -# + import os import sys import SConsExamples |