diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-18 13:54:16 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-10-18 13:54:16 -0400 |
| commit | 6597dcb657705154bb1ae75104dd1b7fab0b8b10 (patch) | |
| tree | 596e04ae4977530f09f301cb837dba0a9173de7a | |
| parent | d490709b5718de7756f8e873a1da16ccadb2e5d2 (diff) | |
| download | python-setuptools-git-6597dcb657705154bb1ae75104dd1b7fab0b8b10.tar.gz | |
Switch to RTD v2 config
| -rw-r--r-- | .readthedocs.yml | 12 |
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 |
