Skip to content

Commit 01dece2

Browse files
eirikurjlamkina
andauthored
update .readthedocs.yaml (#352)
Co-authored-by: Andrew Lamkin <[email protected]>
1 parent 304177c commit 01dece2

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)