Skip to content

Commit c114fad

Browse files
committed
Override install step to use dependency group
1 parent 235ac12 commit c114fad

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,15 @@ build:
1313
# nodejs: "19"
1414
# rust: "1.64"
1515
# golang: "1.19"
16+
jobs:
17+
install:
18+
- python -m pip install --upgrade pip wheel setuptools
19+
- python -m pip install . --group doc
1620

1721
# Build documentation in the "doc/" directory with Sphinx
1822
sphinx:
1923
configuration: doc/conf.py
20-
2124
# Optionally build your docs in additional formats such as PDF and ePub
2225
# formats:
2326
# - pdf
2427
# - epub
25-
26-
# Optional but recommended, declare the Python requirements required
27-
# to build your documentation
28-
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
29-
python:
30-
install:
31-
- method: pip
32-
path: .
33-
extra_requirements:
34-
- doc

0 commit comments

Comments
 (0)