X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/fd9f529d8be54a40106043b8135b1f0533420f90..e5bb92f53c9ad736b4cade4738c8e6727f68a88c:/readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml index 6f7a677..1506503 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,6 +1,7 @@ -name: black -type: sphinx -conda: - file: docs/environment.yml +version: 2 python: - version: 3 + version: 3.8 + install: + - requirements: docs/requirements.txt + - method: setuptools + path: .