Skip to content

Commit d1872bc

Browse files
committed
docs: Add readthedocs workflow file
1 parent 2c2ed47 commit d1872bc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.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 for Sphinx
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
# Set the OS, Python version, and other tools you might need
7+
build:
8+
os: ubuntu-24.04
9+
tools:
10+
python: "3.12"
11+
12+
# Build documentation in the "docs/" directory with Sphinx
13+
sphinx:
14+
configuration: docs/conf.py
15+
16+
# Optionally, but recommended, declare the Python requirements
17+
python:
18+
install:
19+
- requirements: docs/requirements.txt
20+
- method: pip
21+
path: .

0 commit comments

Comments
 (0)