File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed
Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change 4444 runs-on : ubuntu-latest
4545 strategy :
4646 matrix :
47- python-version : ['3.10 ']
47+ python-version : ['3.13 ']
4848
4949 steps :
5050 - uses : actions/checkout@v6
Original file line number Diff line number Diff line change 44 configuration : doc/conf.py
55
66build :
7- os : " ubuntu-22 .04"
7+ os : " ubuntu-24 .04"
88 tools :
9- python : " 3.8 "
9+ python : " 3.13 "
1010 jobs :
1111 post_create_environment :
1212 - pip install pip-tools
Original file line number Diff line number Diff line change 6363if on_rtd :
6464 html_style = None
6565 using_rtd_theme = True
66- else :
67- import sphinx_rtd_theme
68- html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
6966
7067# The name for this set of Sphinx documents. If None, it defaults to
7168# "<project> v<release> documentation".
Original file line number Diff line number Diff line change 1- sphinx == 5.3.0
2- sphinx_rtd_theme >= 1 .2
1+ sphinx == 8.2.3
2+ sphinx_rtd_theme >= 3.0 .2
33sphinx-jsonschema
44sphinxnotes-strike
55# Pygments>=2.7.4 suggested by CVE-2021-20270 CVE-2021-27291
@@ -14,5 +14,3 @@ jinja2 >= 3.1.4
1414idna >= 3.7
1515# CVE-2024-35195
1616requests >= 2.32.0
17- # https://github.com/haskell/cabal/issues/11246
18- docutils <0.18
You can’t perform that action at this time.
0 commit comments