Skip to content

Commit a0e6f13

Browse files
committed
fix installation instructions for rtd
1 parent 81411f4 commit a0e6f13

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)