Skip to content

Commit 50f3b6d

Browse files
committed
add missing readthedocs config (unrelated)
1 parent 54f5907 commit 50f3b6d

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 projects
2+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
3+
4+
version: 2
5+
6+
build:
7+
os: "ubuntu-22.04"
8+
tools:
9+
python: "3.12"
10+
11+
# Build from the docs/ directory with Sphinx
12+
sphinx:
13+
configuration: docs/conf.py
14+
15+
# Explicitly set the version of Python and its requirements
16+
python:
17+
install:
18+
- requirements: docs/requirements.txt
19+
20+
formats: all
21+

0 commit comments

Comments
 (0)