Skip to content

Commit 3185a79

Browse files
committed
Update python, sphinx and read-the-docs-theme
1 parent 85b0d27 commit 3185a79

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.readthedocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ formats:
1515
- epub
1616
- pdf
1717

18-
# Sets the version of Python and requirements required to build docs
18+
build:
19+
os: "ubuntu-22.04"
20+
tools:
21+
python: "3.12"
22+
23+
# Python config
1924
python:
20-
version: 3.8
2125
install:
2226
- requirements: requirements.txt
2327

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
sphinx==5.3.0
2-
sphinx_rtd_theme==1.1.1
1+
sphinx==7.2.6
2+
sphinx_rtd_theme==2.0.0

0 commit comments

Comments
 (0)