We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ccd6e commit e2231e5Copy full SHA for e2231e5
.readthedocs.yaml
@@ -9,5 +9,6 @@ mkdocs:
9
configuration: mkdocs.yml
10
11
python:
12
- install:
13
- - requirements: requirements-dev.txt
+ pip_install: true
+ extra_requirements:
14
+ - dev
0 commit comments