summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2023-05-06 10:21:09 -0400
committerJacob Walls <jacobtylerwalls@gmail.com>2023-05-06 10:43:43 -0400
commit3570c82f2b1feba4933bed786e214c36e4dcdd7f (patch)
treec81140e4b4abb98f822e3bb3c395db31ac05b96d
parenta98b08ff09a67e4e2c9e4e0fe67c398d1537559d (diff)
downloadastroid-git-3570c82f2b1feba4933bed786e214c36e4dcdd7f.tar.gz
Use Python 3.11 for Read the Docs build
-rw-r--r--.readthedocs.yaml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index 05cb07be..6fbaacce 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -5,7 +5,11 @@ version: 2
sphinx:
configuration: doc/conf.py
+build:
+ os: ubuntu-22.04
+ tools:
+ python: "3.11"
+
python:
- version: 3.8
install:
- requirements: doc/requirements.txt