Skip to content

Commit

Permalink
minor fixes to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
etingof committed Dec 22, 2017
1 parent 6329de4 commit 8b4c122
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Revision 4.4.3, released 2017-12-XX
Revision 4.4.3, released 2017-12-22
-----------------------------------

- Migrated references from SourceForge
Expand Down
6 changes: 2 additions & 4 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 ----------------------------------------------
Expand Down Expand Up @@ -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),
Expand Down

0 comments on commit 8b4c122

Please sign in to comment.