Skip to content

Commit a816619

Browse files
authored
Update .readthedocs.yaml
1 parent c40a95b commit a816619

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.readthedocs.yaml

+6-12
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
version: 2
22

3-
build:
4-
os: "ubuntu-20.04"
5-
tools:
6-
python: "3.8"
7-
83
sphinx:
9-
fail_on_warning: true
10-
11-
python:
12-
# Install our python package before building the docs
13-
install:
14-
- method: pip
15-
path: .
4+
configuration: docs/source/conf.py
5+
6+
conda:
7+
environment: docs/environment.yml
8+
9+

0 commit comments

Comments
 (0)