Skip to content

Commit c882915

Browse files
committed
[MAINT] update RTD config
1 parent afd0646 commit c882915

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.readthedocs.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
---
21
# Read the Docs configuration file
32
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
43

54
# Required
65
version: 2
76

7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: '3.12'
11+
812
# Build documentation in the docs/ directory with Sphinx
913
sphinx:
1014
configuration: docs/source/conf.py
@@ -13,10 +17,9 @@ sphinx:
1317

1418
# Optionally build your docs in additional formats such as PDF
1519
formats:
16-
- pdf
20+
- pdf
1721

1822
# Optionally set the version of Python and requirements required to build your docs
1923
python:
20-
version: 3.8
2124
install:
22-
- requirements: requirements.txt
25+
- requirements: requirements.txt

0 commit comments

Comments
 (0)