Skip to content

Commit f395c38

Browse files
authored
Create .readthedocs.yaml
1 parent fdebca3 commit f395c38

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.readthedocs.yaml

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

0 commit comments

Comments
 (0)