From 7249e2edfccebc8c74a293bd3e6efa22604c4b18 Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Sun, 20 Aug 2023 11:23:52 -0700 Subject: [PATCH] Build documentation with Python 3.9 (#128) Sphinx has dropped support for Python 3.8: https://github.com/sphinx-doc/sphinx/pull/11511 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1fcc7d2..1485ea8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.8" + python: "3.9" sphinx: configuration: docs/conf.py