X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/a6d866990e52d511af7945f5c850fe75dcae65e5..8e0803e7e5acabdd28b80258f15d8aebf11fbb4c:/readthedocs.yml?ds=sidebyside

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: .