From: Bob Halley Date: Mon, 11 May 2020 16:58:30 +0000 (-0700) Subject: extra imports for readthedocs X-Git-Tag: v2.0.0rc1~226 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d08125e60bb14a1be8e07076720e64b64d477d75;p=thirdparty%2Fdnspython.git extra imports for readthedocs --- diff --git a/.readthedocs.yml b/.readthedocs.yml index 3d34b5a2..8bca46cc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,3 +7,10 @@ formats: [] python: version: 3.6 + install: + - method: pip + path: . + extra_requirements: + - dnssec + - idna + - doh diff --git a/doc/dnssec.rst b/doc/dnssec.rst index cf08285d..2c18a404 100644 --- a/doc/dnssec.rst +++ b/doc/dnssec.rst @@ -15,6 +15,8 @@ DNSSEC Functions .. autofunction:: dns.dnssec.algorithm_to_text .. autofunction:: dns.dnssec.key_id .. autofunction:: dns.dnssec.make_ds +.. autofunction:: dns.dnssec.validate +.. autofunction:: dns.dnssec.validate_rrsig DNSSEC Algorithms -----------------