summaryrefslogtreecommitdiffstats
path: root/bin/docs-create-example-outputs.py
Commit message (Collapse)AuthorAgeFilesLines
* Bump dependency versions [skip appveyor]Mats Wichmann2023-09-221-1/+5
| | | | | | | | | | | | | | | | 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>
* Update doc gen to fail more definitively [skip appveyor]Mats Wichmann2020-07-041-3/+6
| | | | | | | | | Now the scons "product" build (including generating and building docs) is done in CI, it's useful to fail more distinctly on xml problems. Modify scripts to do that, and do a bit of reformatting along the way. Signed-off-by: Mats Wichmann <mats@linux.com>
* Remove obsolete scripts. Remove py27 supportWilliam Deegan2020-03-211-2/+0
|
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-2/+2
|\
| * mergeWilliam Deegan2015-09-281-1/+1
| |
* | Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).Stefan Zimmermann2014-03-311-0/+1
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-3/+3
|/
* - cleaned up 'bin' directoryDirk Baechle2013-05-031-0/+19
- several smaller fixes - added first version of the Overview document for the doc toolchain