Skip to content

Commit 40debd9

Browse files
committed
Updated read-the-docs config to add the fastsandpm package during install
1 parent 5eee967 commit 40debd9

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.readthedocs.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,10 @@ build:
1414
# Since the install step is overridden, pip is no longer updated automatically.
1515
- pip install --upgrade pip
1616
- pip install --group 'docs'
17+
- pip install .
1718

1819

1920
# Build documentation in the "docs/" directory with Sphinx
2021
sphinx:
2122
configuration: docs/source/conf.py
2223

23-
python:
24-
install:
25-
- method: pip
26-
path: .
27-
extra_requirements:
28-
- docs
29-

0 commit comments

Comments
 (0)