From: Richard Si <63936253+ichard26@users.noreply.github.com> Date: Thu, 26 Nov 2020 00:26:35 +0000 (-0500) Subject: Switch back to Python 3.8 for ReadTheDocs (#1839) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/7f75fe3669ebf0627b1b0476a6d02047e909b959 Switch back to Python 3.8 for ReadTheDocs (#1839) ReadTheDocs doesn't support Python 3.9 yet. --- diff --git a/readthedocs.yml b/readthedocs.yml index 32bcf1f..1506503 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,6 +1,6 @@ version: 2 python: - version: 3.9 + version: 3.8 install: - requirements: docs/requirements.txt - method: setuptools