We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23981ae commit 2c5d55dCopy full SHA for 2c5d55d
1 file changed
readthedocs.yml .readthedocs.ymlreadthedocs.yml renamed to .readthedocs.yml
@@ -1,11 +1,11 @@
1
-formats:
2
- - none
3
build:
4
image: latest
5
python:
6
version: 3.6
7
# Note that pip_install is buggy, but setup_py_install will not take into
8
# account any dependencies from setup.py. *All* dependencies must be
9
# declared in docs/rtd_environment.yml
10
- setup_py_install: true
11
- pip_install: false
+ #setup_py_install: true
+ pip_install: true
+ extra_requirements:
+ - dev
0 commit comments