summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt2
-rw-r--r--docs/source/conf.py6
2 files changed, 3 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index f33864cd..1e9332ba 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 19383d4e..0fddca03 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -32,9 +32,7 @@ import shlex
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 @@ pygments_style = 'sphinx'
#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_documents = [
#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),