Skip to content

Commit 328b8d2

Browse files
authored
Merge pull request #1178 from rhayes777/feature/readthedocs-python-312
Add ReadTheDocs config with Python 3.12
2 parents ae4a89f + 3f0d519 commit 328b8d2

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+
version: 2
2+
3+
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: "3.12"
7+
8+
python:
9+
install:
10+
- method: pip
11+
path: .
12+
extra_requirements:
13+
- docs
14+
15+
sphinx:
16+
configuration: docs/conf.py
17+
fail_on_warning: false

0 commit comments

Comments
 (0)