Skip to content

Commit 393233a

Browse files
authored
Merge pull request #415 from dhellmann/fix-rtd-install
fix installation instructions for rtd
2 parents 81411f4 + a0e6f13 commit 393233a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ sphinx:
1111
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
1212
python:
1313
install:
14-
- requirements: .[docs]
1514
- method: pip
1615
path: .
16+
extra_requirements:
17+
- docs
1718

1819
submodules:
1920
include: all

0 commit comments

Comments
 (0)