Skip to content

Commit d48d17b

Browse files
add .readthedocs.yaml
1 parent 55dac0b commit d48d17b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.readthedocs.yaml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# .readthedocs.yaml - 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+
jobs:
11+
post_checkout:
12+
- git fetch --unshallow
13+
14+
python:
15+
install:
16+
- method: pip
17+
path: .
18+
19+
sphinx:
20+
configuration: docs/conf.py

0 commit comments

Comments
 (0)