Skip to content

Commit 66c5d02

Browse files
committed
docs: Add ReadTheDocs configuration file
1 parent 02cec5b commit 66c5d02

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)