Skip to content

Commit dc19ab0

Browse files
authored
Merge pull request #488 from daq-tools/fix-rtd
Add missing RTD configuration file, which is obligatory today
2 parents 03b0973 + 6d38ab7 commit dc19ab0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.readthedocs.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# .readthedocs.yml
2+
# Read the Docs configuration file
3+
4+
# Details
5+
# - https://docs.readthedocs.com/platform/stable/config-file/v2.html
6+
7+
# Required
8+
version: 2
9+
10+
build:
11+
os: "ubuntu-24.04"
12+
tools:
13+
python: "3.14"
14+
15+
# Build documentation in the docs/source/ directory with Sphinx
16+
sphinx:
17+
configuration: docs/source/conf.py
18+
19+
python:
20+
install:
21+
- requirements: docs/requirements-docs.txt

0 commit comments

Comments
 (0)