Skip to content

Commit 9bf04bd

Browse files
committed
rtd
1 parent 632ee69 commit 9bf04bd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

readthedocs.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: miniconda3-4.7
7+
8+
conda:
9+
environment: docs/environment.yml
10+
11+
python:
12+
install:
13+
- method: pip
14+
path: .
15+
extra_requirements:
16+
- doc
17+
18+
sphinx:
19+
configuration: docs/source/conf.py
20+
fail_on_warning: true

0 commit comments

Comments
 (0)