]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
extra imports for readthedocs
authorBob Halley <halley@dnspython.org>
Mon, 11 May 2020 16:58:30 +0000 (09:58 -0700)
committerBob Halley <halley@dnspython.org>
Mon, 11 May 2020 16:58:30 +0000 (09:58 -0700)
.readthedocs.yml
doc/dnssec.rst

index 3d34b5a25f03b2f058673954757e6148726fe024..8bca46cc173f5e2c26bc8cafbf79aca348dd5506 100644 (file)
@@ -7,3 +7,10 @@ formats: []
 
 python:
   version: 3.6
+  install:
+    - method: pip
+      path: .
+      extra_requirements:
+        - dnssec
+        - idna
+        - doh
index cf08285d831a8fc315a67ba3470b4ed007763210..2c18a404f76f14ebeaa2f79332fc3897cec174e6 100644 (file)
@@ -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
 -----------------