Skip to content

Commit eda819d

Browse files
authored
Update RTD config
1 parent 7cabfb3 commit eda819d

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.readthedocs.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,19 @@ version: 2
66

77
# Set the OS, Python version and other tools you might need
88
build:
9-
os: ubuntu-22.04
9+
os: ubuntu-24.04
1010
tools:
1111
python: "3.12"
1212

1313
# Build documentation in the "docs/" directory with Sphinx
1414
sphinx:
1515
configuration: docs/conf.py
1616

17-
# Optional but recommended, declare the Python requirements required
18-
# to build your documentation
17+
# Optional but recommended, declare the Python requirements installation
1918
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
2019
python:
2120
install:
22-
- requirements: requirements/requirements_dev.txt
21+
- method: pip
22+
path: .
23+
extra_requirements:
24+
- docs

0 commit comments

Comments
 (0)