Skip to content

Commit 26eaeab

Browse files
Merge pull request #895 from RonnyPfannschmidt/readthedocs
fix extra_requirements for mkdocs
2 parents 1bb4ac4 + 4c44a8f commit 26eaeab

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
@@ -12,4 +12,5 @@ python:
1212
install:
1313
- method: pip
1414
path: .
15-
extra_requirements: docs
15+
extra_requirements:
16+
- docs

0 commit comments

Comments
 (0)