Skip to content

Commit a7d122d

Browse files
committed
Add .readthedocs.yaml
1 parent ca333b8 commit a7d122d

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# .readthedocs.yaml
2+
version: 2
3+
4+
# Set the OS and Python version
5+
build:
6+
os: ubuntu-22.04
7+
tools:
8+
python: "3.12"
9+
10+
# Build documentation in the "docs/" directory with Sphinx
11+
sphinx:
12+
configuration: docs/conf.py
13+
14+
# Declare the Python requirements required to build the documentation
15+
python:
16+
install:
17+
- requirements: requirements-dev.txt

0 commit comments

Comments
 (0)