We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c971de0 commit 4dc761dCopy full SHA for 4dc761d
.readthedocs.yml
@@ -1,10 +1,5 @@
1
version: 2
2
formats: all
3
4
-python:
5
- version: 3.7
6
- install:
7
- - requirements: requirements-dev.txt
8
-
9
conda:
10
environment: docs/environment.yml
docs/environment.yml
@@ -6,4 +6,5 @@ dependencies:
- ipykernel
- pip
- pip:
+ - -r file:../requirements-dev.txt
- -e ..
0 commit comments