Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump RTD builder Python version #2817

Closed
wants to merge 14 commits into from
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ formats:
build:
os: "ubuntu-22.04"
tools:
# make sure that this matches the intersphinx inventory we use for Python
python: "3.11"

python:
Expand Down
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def setup(app):
]

intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
# make sure that this matches the rtd build version
"python": ("https://docs.python.org/3.11", None),
"outcome": ("https://outcome.readthedocs.io/en/latest/", None),
"pyopenssl": ("https://www.pyopenssl.org/en/stable/", None),
"sniffio": ("https://sniffio.readthedocs.io/en/latest/", None),
Expand Down