diff options
| author | Bob Halley <halley@dnspython.org> | 2020-05-10 08:50:01 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-05-10 08:50:01 -0700 |
| commit | 4294dd693762e3fbb3e49c63c6bdf859e5c5a46e (patch) | |
| tree | b6f4b57c1fcb115bb15b850f70a15fc2684aba57 /doc | |
| parent | a69d4db749fe90836b2431f33130847ff1098fb0 (diff) | |
| download | dnspython-4294dd693762e3fbb3e49c63c6bdf859e5c5a46e.tar.gz | |
fix doco nits
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/conf.py | 6 | ||||
| -rw-r--r-- | doc/rdata-set-make.rst | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/conf.py b/doc/conf.py index 0a0e667..9cb5725 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -60,9 +60,9 @@ author = 'Dnspython Contributors' # 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. @@ -91,7 +91,7 @@ autoclass_content = 'both' # 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 diff --git a/doc/rdata-set-make.rst b/doc/rdata-set-make.rst index 6ada9c3..daf9ccf 100644 --- a/doc/rdata-set-make.rst +++ b/doc/rdata-set-make.rst @@ -1,4 +1,4 @@ -.. _rdata-make: +.. _rdata-set-make: Making DNS Rdatasets and RRsets =============================== |
