Skip to content

Commit ec18e7e

Browse files
committed
Update the readthedocs config to fix the build
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 7b3c396 commit ec18e7e

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

.readthedocs.yaml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@ 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.13"
1212

13-
# Optionally declare the Python requirements required to build your docs
13+
# Extra requirements section to install in addition to the package dependencies
1414
python:
15-
install:
16-
- requirements: docs/requirements.txt
15+
install:
16+
- method: pip
17+
path: .
18+
extra_requirements:
19+
- docs
1720

1821
# Build documentation in the "docs/" directory with Sphinx
1922
sphinx:

0 commit comments

Comments
 (0)