File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
2
- Revision 4.4.3, released 2017-12-XX
2
+ Revision 4.4.3, released 2017-12-22
3
3
-----------------------------------
4
4
5
5
- Migrated references from SourceForge
Original file line number Diff line number Diff line change 32
32
extensions = [
33
33
'sphinx.ext.autodoc' ,
34
34
'sphinx.ext.napoleon' ,
35
- 'sphinx.ext.doctest' ,
36
35
'sphinx.ext.intersphinx' ,
37
- 'sphinx.ext.todo'
38
36
]
39
37
40
38
# Add any paths that contain templates here, relative to this directory.
107
105
#keep_warnings = False
108
106
109
107
# If true, `todo` and `todoList` produce output, else they produce nothing.
110
- todo_include_todos = True
108
+ # todo_include_todos = True
111
109
112
110
113
111
# -- Options for HTML output ----------------------------------------------
309
307
#texinfo_no_detailmenu = False
310
308
311
309
312
- # Example configuration for intersphinx: refer to the Python standard library.
310
+ # Configuration for Intersphinx
313
311
intersphinx_mapping = {
314
312
'python' : ('https://docs.python.org/3.4/' , None ),
315
313
'pyasn1' : ('http://snmplabs.com/pyasn1/' , None ),
You can’t perform that action at this time.
0 commit comments