From: Bob Halley Date: Mon, 15 Nov 2021 02:03:36 +0000 (-0800) Subject: try again with better .readthedocs.yml syntax X-Git-Tag: v2.2.0rc1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da8e778e17813ad5899e8524a4d9c69d560117f6;p=thirdparty%2Fdnspython.git try again with better .readthedocs.yml syntax --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 43ef1bc8..009c8733 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