Skip to content

Commit 984fe50

Browse files
pvcravencspotcode
andauthored
try fixing readthedocs build (#1893)
Co-authored-by: cspotcode <cspotcode@gmail.com>
1 parent 908664e commit 984fe50

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ version: 2
55
sphinx:
66
configuration: doc/conf.py
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
# If you change this, you also need to update .github/workflows/test.yml
12+
# to make sure doc test builds run on the same version.
13+
#
14+
# Why 3.9?
15+
# 1. It's the lowest version compatible w/ Sphinx 7.2.2, a doc build dependency
16+
# 2. Better doc build accessibility for contributors who may have trouble
17+
# setting up newer Python versions (Debian, etc).
18+
python: "3.9"
19+
820
python:
9-
# If you change this, you also need to update .github/workflows/test.yml
10-
# to make sure doc test builds run on the same version.
11-
#
12-
# Why 3.9?
13-
# 1. It's the lowest version compatible w/ Sphinx 7.2.2, a doc build dependency
14-
# 2. Better doc build accessibility for contributors who may have trouble
15-
# setting up newer Python versions (Debian, etc).
16-
version: 3.9
1721
install:
1822
- method: pip
1923
path: .

0 commit comments

Comments
 (0)