Skip to content

Commit 3de1ba3

Browse files
readthedocs fixes
1 parent 8cce03a commit 3de1ba3

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.readthedocs.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,14 @@ formats: all
1010

1111
# Set the version of Python and other tools you might need
1212
build:
13-
os: ubuntu-22.04
13+
os: ubuntu-24.04
1414
tools:
15-
python: "3.11"
15+
python: "3.12"
1616

1717
# Build documentation in the docs/ directory with Sphinx
1818
sphinx:
1919
configuration: docs/conf.py
20+
21+
python:
22+
install:
23+
- requirements: docs/requirements.txt

docs/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
sphinx
2+
sphinx_rtd_theme

0 commit comments

Comments
 (0)