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 ebe61d4 commit 8fc22d1Copy full SHA for 8fc22d1
.readthedocs.yaml
@@ -12,10 +12,10 @@ build:
12
# uncomment to build from this exact version of package
13
# the downside is the version listed in the docs will be a dev version
14
# if uncommenting this, comment out installing pypi version of package in docs/env file
15
-# python:
16
-# install:
17
-# - method: pip
18
-# path: ./
+python:
+ install:
+ - method: pip
+ path: ./
19
20
conda:
21
environment: docs/environment.yml
docs/environment.yml
@@ -36,7 +36,7 @@ dependencies:
36
- recommonmark
37
- pip
38
- pip:
39
- - extract_model
+ # - extract_model
40
- docrep<=0.2.7
41
- nbsphinx>=0.8.7
42
- jupyter_client
0 commit comments