Skip to content

Commit 8b4bc91

Browse files
committed
Add new required file '.readthedocs.yaml' for rtd
https://blog.readthedocs.com/migrate-configuration-v2/
1 parent 1c33a1c commit 8b4bc91

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .readthedocs.yaml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
2+
version: 2
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.11"
7+
sphinx:
8+
configuration: docs/conf.py
9+
python:
10+
install:
11+
- requirements: docs/requirements.txt

0 commit comments

Comments
 (0)