Skip to content

Commit 73a2174

Browse files
committed
Merge branch 'main' of github.com:21centuryweather/atmospheric-cookbook
2 parents f0603c7 + a17a9a8 commit 73a2174

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/conf.py
5+
6+
# don't build PDF and ePub
7+
formats: []
8+
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3"
13+
jobs:
14+
post_checkout:
15+
- cp -r Tutorials/ docs/
16+
17+
python:
18+
install:
19+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)