Skip to content

Commit c99068d

Browse files
committed
readthedocs
1 parent 0f91fce commit c99068d

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.readthedocs.yaml

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

0 commit comments

Comments
 (0)