We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec18e7e commit abc1586Copy full SHA for abc1586
1 file changed
.readthedocs.yaml
@@ -9,14 +9,9 @@ build:
9
os: ubuntu-24.04
10
tools:
11
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
+ jobs:
+ post_install:
+ - pip install .[docs] --no-deps # installs only the extras, not the package deps
20
21
# Build documentation in the "docs/" directory with Sphinx
22
sphinx:
0 commit comments