Skip to content

Commit 6fb29d8

Browse files
authored
Merge pull request #101 from tekktrik/dev/update-ci
Update RTD config file
2 parents 1e73bcf + d31d2dc commit 6fb29d8

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.readthedocs.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# SPDX-FileCopyrightText: 2023 Alec Delaney
2+
#
3+
# SPDX-License-Identifier: MIT
4+
5+
# .readthedocs.yaml
6+
# Read the Docs configuration file
7+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
8+
9+
version: 2
10+
11+
# OS and Python version
12+
build:
13+
os: ubuntu-22.04
14+
tools:
15+
python: "3.12"
16+
17+
# Sphinx configuration file
18+
sphinx:
19+
configuration: docs/conf.py

0 commit comments

Comments
 (0)