Skip to content

Commit 8b4c122

Browse files
committed
minor fixes to the docs
1 parent 6329de4 commit 8b4c122

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGES.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
Revision 4.4.3, released 2017-12-XX
2+
Revision 4.4.3, released 2017-12-22
33
-----------------------------------
44

55
- Migrated references from SourceForge

docs/source/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232
extensions = [
3333
'sphinx.ext.autodoc',
3434
'sphinx.ext.napoleon',
35-
'sphinx.ext.doctest',
3635
'sphinx.ext.intersphinx',
37-
'sphinx.ext.todo'
3836
]
3937

4038
# Add any paths that contain templates here, relative to this directory.
@@ -107,7 +105,7 @@
107105
#keep_warnings = False
108106

109107
# If true, `todo` and `todoList` produce output, else they produce nothing.
110-
todo_include_todos = True
108+
#todo_include_todos = True
111109

112110

113111
# -- Options for HTML output ----------------------------------------------
@@ -309,7 +307,7 @@
309307
#texinfo_no_detailmenu = False
310308

311309

312-
# Example configuration for intersphinx: refer to the Python standard library.
310+
# Configuration for Intersphinx
313311
intersphinx_mapping = {
314312
'python': ('https://docs.python.org/3.4/', None),
315313
'pyasn1': ('http://snmplabs.com/pyasn1/', None),

0 commit comments

Comments
 (0)