summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2021-11-14 18:03:36 -0800
committerBob Halley <halley@dnspython.org>2021-11-14 18:03:36 -0800
commitda8e778e17813ad5899e8524a4d9c69d560117f6 (patch)
tree8191bb1c085719717cdc3b83c1897b8e5dec3857
parent4dbe2b458b34120ef0bd57c7c407e3175d7effba (diff)
downloaddnspython-da8e778e17813ad5899e8524a4d9c69d560117f6.tar.gz
try again with better .readthedocs.yml syntax
-rw-r--r--.readthedocs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
index 43ef1bc..009c873 100644
--- a/.readthedocs.yml
+++ b/.readthedocs.yml
@@ -8,9 +8,9 @@ formats: []
python:
version: 3.6
install:
+ - requirements: doc/requirements.txt
- method: pip
path: .
- requirements: doc/requirements.txt
extra_requirements:
- dnssec
- idna