summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-10-18 13:54:16 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-10-18 13:54:16 -0400
commit6597dcb657705154bb1ae75104dd1b7fab0b8b10 (patch)
tree596e04ae4977530f09f301cb837dba0a9173de7a
parentd490709b5718de7756f8e873a1da16ccadb2e5d2 (diff)
downloadpython-setuptools-git-6597dcb657705154bb1ae75104dd1b7fab0b8b10.tar.gz
Switch to RTD v2 config
-rw-r--r--.readthedocs.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index cb10a7f9..6a406534 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -1,6 +1,8 @@
+# Read the Docs configuration file
+# https://docs.readthedocs.io/en/stable/config-file/v2.html
+
+version: 2
+
python:
- version: 3
- extra_requirements:
- - docs
- pip_install: false
- requirements: docs/requirements.txt
+ install:
+ - requirements: docs/requirements.txt