From: Jakub Kuczys <6032823+jack1142@users.noreply.github.com> Date: Sun, 3 Jul 2022 20:47:18 +0000 (+0200) Subject: Use RTD's new build process and config (#3149) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/b859a377c0bef3793fcceb0efd0086862f6a9365?hp=6debce63bc2429b1680f8838592f2e56e3df6b27 Use RTD's new build process and config (#3149) See the deprecation notice: https://docs.readthedocs.io/en/stable/config-file/v2.html#python-version --- diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 24eb3ea..fff2d6e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,8 +3,12 @@ version: 2 formats: - htmlzip +build: + os: ubuntu-22.04 + tools: + python: "3.8" + python: - version: 3.8 install: - requirements: docs/requirements.txt