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), }