Different approach for Python 3.11 on ReadTheDocs

Refs #540
This commit is contained in:
Simon Willison 2023-05-07 11:40:47 -07:00 • committed by GitHub
commit 80763edaa2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,12 @@ version: 2
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: python:
version: "3.11"
install: install:
- method: pip - method: pip
path: . path: .