Skip to content

Commit

Permalink
try fixing readthedocs build (#1893)
Browse files Browse the repository at this point in the history
Co-authored-by: cspotcode <cspotcode@gmail.com>
  • Loading branch information
pvcraven and cspotcode committed Sep 10, 2023
1 parent 908664e commit 984fe50
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,19 @@ version: 2
sphinx:
configuration: doc/conf.py

build:
os: ubuntu-22.04
tools:
# If you change this, you also need to update .github/workflows/test.yml
# to make sure doc test builds run on the same version.
#
# Why 3.9?
# 1. It's the lowest version compatible w/ Sphinx 7.2.2, a doc build dependency
# 2. Better doc build accessibility for contributors who may have trouble
# setting up newer Python versions (Debian, etc).
python: "3.9"

python:
# If you change this, you also need to update .github/workflows/test.yml
# to make sure doc test builds run on the same version.
#
# Why 3.9?
# 1. It's the lowest version compatible w/ Sphinx 7.2.2, a doc build dependency
# 2. Better doc build accessibility for contributors who may have trouble
# setting up newer Python versions (Debian, etc).
version: 3.9
install:
- method: pip
path: .
Expand Down

0 comments on commit 984fe50

Please sign in to comment.