Skip to content

Commit 08886ad

Browse files
committed
Install readthedocs
1 parent 68f754e commit 08886ad

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Read the Docs configuration file
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: ubuntu-24.04
8+
tools:
9+
python: "3.13"
10+
11+
sphinx:
12+
configuration: docs/conf.py
13+
14+
# Optionally, but recommended,
15+
# declare the Python requirements required to build your documentation
16+
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
17+
# python:
18+
# install:
19+
# - requirements: docs/requirements.txt

0 commit comments

Comments
 (0)