Skip to content

Commit 4c8b6fd

Browse files
committed
Use correct syntax for installing .[docs]
1 parent 2ce0a64 commit 4c8b6fd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.readthedocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ formats:
1515

1616
# Optionally set the version of Python and requirements required to build your docs
1717
python:
18-
version: 3.7
18+
version: 3
1919
install:
20-
- requirements: .[docs]
20+
- method: pip
21+
path: .
22+
extra_requirements:
23+
- docs

0 commit comments

Comments
 (0)