Skip to content

Commit 8fc22d1

Browse files
committed
trying to get RTD to work
1 parent ebe61d4 commit 8fc22d1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ build:
1212
# uncomment to build from this exact version of package
1313
# the downside is the version listed in the docs will be a dev version
1414
# if uncommenting this, comment out installing pypi version of package in docs/env file
15-
# python:
16-
# install:
17-
# - method: pip
18-
# path: ./
15+
python:
16+
install:
17+
- method: pip
18+
path: ./
1919

2020
conda:
2121
environment: docs/environment.yml

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
- recommonmark
3737
- pip
3838
- pip:
39-
- extract_model
39+
# - extract_model
4040
- docrep<=0.2.7
4141
- nbsphinx>=0.8.7
4242
- jupyter_client

0 commit comments

Comments
 (0)