Skip to content

Commit b611b05

Browse files
committed
Add readthedocs.yml
1 parent e9c6dd2 commit b611b05

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2+
version: 2
3+
4+
# Set the OS, Python version and other tools you might need
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.12"
9+
10+
# Build documentation in the "docs/" directory with Sphinx
11+
sphinx:
12+
configuration: doc/conf.py

0 commit comments

Comments
 (0)