Skip to content

Commit abc1586

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

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

.readthedocs.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@ build:
99
os: ubuntu-24.04
1010
tools:
1111
python: "3.13"
12-
13-
# Extra requirements section to install in addition to the package dependencies
14-
python:
15-
install:
16-
- method: pip
17-
path: .
18-
extra_requirements:
19-
- docs
12+
jobs:
13+
post_install:
14+
- pip install .[docs] --no-deps # installs only the extras, not the package deps
2015

2116
# Build documentation in the "docs/" directory with Sphinx
2217
sphinx:

0 commit comments

Comments
 (0)