Skip to content

Commit edbb0b1

Browse files
committed
Merge branch '2.1' into 2.2
2 parents 07b836f + 7c125ac commit edbb0b1

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

sites/docs/.readthedocs.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.7"
7+
8+
python:
9+
install:
10+
- requirements: dev-requirements.txt
11+
12+
sphinx:
13+
configuration: sites/docs/conf.py

sites/www/.readthedocs.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "3.7"
7+
8+
python:
9+
install:
10+
- requirements: dev-requirements.txt
11+
12+
sphinx:
13+
configuration: sites/www/conf.py

0 commit comments

Comments
 (0)