:param name: Owner name of the DS record
:type name: string
:param key: a DNSKEY
- :type key: :py:data:`dns.rdtypes.ANY.DNSKEY`
+ :type key: :py:data:`dns.rdtypes.ANY.DNSKEY.DNSKEY`
:param algorithm: a string describing which hash algorithm to
- use. The currently supported hashes are "SHA1" and "SHA256". Case
- does not matter for these strings.
+ use. The currently supported hashes are "SHA1" and "SHA256". Case
+ does not matter for these strings.
:type algorithm: string
:param origin: Will be used as origin if `key` is a relative name,
- defaults to None
+ defaults to None
:type origin: :py:data:`dns.name.Name`, optional
:raises UnsupportedAlgorithm: If the algorithm is not either
- "SHA1" or "SHA256" exception will be thrown
+ "SHA1" or "SHA256"
:return: a DS record
- :rtype: :py:data:`dns.rdtypes.ANY.DS`
+ :rtype: :py:data:`dns.rdtypes.ANY.DS.DS`
"""
# built documents.
#
# The short X.Y version.
-version = '1.16'
+version = '2.0'
# The full version, including alpha/beta/rc tags.
-release = '1.16.0'
+release = '2.0.0'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'alabaster'
+#html_theme = 'alabaster'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the