summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2017-12-22 12:53:40 +0100
committerIlya Etingof <etingof@gmail.com>2017-12-22 12:53:40 +0100
commit8b4c122b6781115635ca130900765bfc85af19a7 (patch)
treed46a2cf9827ceaee62717ed72e35780999210714 /docs
parent6329de4cc2165cc1cb804afbb5566f48d3089a98 (diff)
downloadpysnmp-git-8b4c122b6781115635ca130900765bfc85af19a7.tar.gz
minor fixes to the docsv4.4.3
Diffstat (limited to 'docs')
-rw-r--r--docs/source/conf.py6
1 files changed, 2 insertions, 4 deletions
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),