Skip to content

Commit 3b433f5

Browse files
authored
Merge pull request #11379 from cabalism/bump/sphinx
Bump sphinx and rtd theme
2 parents 9f004e7 + 07bcf69 commit 3b433f5

File tree

4 files changed

+5
-10
lines changed

4 files changed

+5
-10
lines changed

.github/workflows/users-guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ sphinx:
44
configuration: doc/conf.py
55

66
build:
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

doc/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363
if 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".

doc/requirements.in

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
sphinx == 5.3.0
2-
sphinx_rtd_theme >= 1.2
1+
sphinx == 8.2.3
2+
sphinx_rtd_theme >= 3.0.2
33
sphinx-jsonschema
44
sphinxnotes-strike
55
# Pygments>=2.7.4 suggested by CVE-2021-20270 CVE-2021-27291
@@ -14,5 +14,3 @@ jinja2 >= 3.1.4
1414
idna >= 3.7
1515
# CVE-2024-35195
1616
requests >= 2.32.0
17-
# https://github.com/haskell/cabal/issues/11246
18-
docutils <0.18

0 commit comments

Comments
 (0)