Skip to content

Commit

Permalink
Update readthedocs config to use python 3.11
Browse files Browse the repository at this point in the history
See: readthedocs/readthedocs.org#10290

Signed-off-by: Tesshu Flower <tflower@redhat.com>
  • Loading branch information
tesshuflower authored and openshift-cherrypick-robot committed May 15, 2023
1 parent 5d794da commit 6413bec
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# Build documentation in the docs/ directory with Sphinx
sphinx:
builder: html
Expand All @@ -13,6 +18,5 @@ formats:
# Optionally set the version of Python and requirements required to build your
# docs
python:
# version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 6413bec

Please sign in to comment.