From 44570a6c03599e5cc18784ebb0b440a010aea3e9 Mon Sep 17 00:00:00 2001 From: Melissa LeBlanc-Williams Date: Tue, 18 Jan 2022 11:16:56 -0800 Subject: [PATCH] Update Read the Docs Python version to 3.8 --- .readthedocs.yaml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1335112..a2f6d2d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 python: - version: "3.7" + version: "3.8" install: - requirements: docs/requirements.txt - requirements: requirements.txt diff --git a/docs/conf.py b/docs/conf.py index d4dd3ae..b64a41f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,7 @@ ] intersphinx_mapping = { - "python": ("https://docs.python.org/3.4", None), + "python": ("https://docs.python.org/3.8", None), "CircuitPython": ("https://circuitpython.readthedocs.io/en/latest/", None), }