diff --git a/CHANGES.txt b/CHANGES.txt index f33864cd0..1e9332ba8 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Revision 4.4.3, released 2017-12-XX +Revision 4.4.3, released 2017-12-22 ----------------------------------- - Migrated references from SourceForge diff --git a/docs/source/conf.py b/docs/source/conf.py index 19383d4e5..0fddca039 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,9 +32,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.napoleon', - 'sphinx.ext.doctest', 'sphinx.ext.intersphinx', - 'sphinx.ext.todo' ] # Add any paths that contain templates here, relative to this directory. @@ -107,7 +105,7 @@ #keep_warnings = False # If true, `todo` and `todoList` produce output, else they produce nothing. -todo_include_todos = True +#todo_include_todos = True # -- Options for HTML output ---------------------------------------------- @@ -309,7 +307,7 @@ #texinfo_no_detailmenu = False -# Example configuration for intersphinx: refer to the Python standard library. +# Configuration for Intersphinx intersphinx_mapping = { 'python': ('https://docs.python.org/3.4/', None), 'pyasn1': ('http://snmplabs.com/pyasn1/', None),