X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a6d866990e52d511af7945f5c850fe75dcae65e5..7f75fe3669ebf0627b1b0476a6d02047e909b959:/readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml index f5e2a9a..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: .