Skip to content

Commit 9ad3f38

Browse files
authored
Add ReadTheDocs configuration files (#15514)
1 parent cee0030 commit 9ad3f38

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

.readthedocs.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.11"
10+
11+
sphinx:
12+
configuration: docs/source/conf.py
13+
14+
formats: [pdf, htmlzip, epub]
15+
16+
python:
17+
install:
18+
- requirements: docs/requirements-docs.txt

mypyc/.readthedocs.yaml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-22.04
8+
tools:
9+
python: "3.11"
10+
11+
sphinx:
12+
configuration: mypyc/doc/conf.py
13+
14+
formats: [pdf, htmlzip, epub]
15+
16+
python:
17+
install:
18+
- requirements: docs/requirements-docs.txt

0 commit comments

Comments
 (0)