From 9aa6cbda47ee416089f037e264b6171f520a119d Mon Sep 17 00:00:00 2001 From: Pradyun Gedam <3275593+pradyunsg@users.noreply.github.com> Date: Sun, 11 Apr 2021 20:07:49 +0100 Subject: [PATCH] Bump ReadTheDocs Python version to 3.8 Required for compatibility with the latest sphinx-inline-tabs release. --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c123a1939..bd4cb9cd3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,6 @@ sphinx: configuration: docs/html/conf.py python: - version: 3.7 + version: 3.8 install: - requirements: tools/requirements/docs.txt