From 8b4c122b6781115635ca130900765bfc85af19a7 Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Fri, 22 Dec 2017 12:53:40 +0100 Subject: minor fixes to the docs --- docs/source/conf.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs') 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), -- cgit v1.2.1