Skip to content

Commit 16c783e

Browse files
authored
add Read the Docs configuration file (#281)
1 parent 017317e commit 16c783e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)