From 7ccb822acd9e8072e733e4e74f25436e7b8fc16e Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 30 Aug 2017 16:22:45 +0200 Subject: add script for building gallery --- docs/source/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index ff08899..a241205 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,7 +50,7 @@ sys.path.insert(0, os.path.abspath("../..")) #needs_sphinx = '1.0' # Add any Sphinx extension module names here, as strings. They can be -# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom +# extensions coming with Sphinx (named #'sphinx.ext.*') or your custom # ones. extensions = [ 'sphinx.ext.autodoc', @@ -62,7 +62,7 @@ extensions = [ 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', 'sphinx.ext.napoleon', -# 'sphinx_gallery.gen_gallery', + #'sphinx_gallery.gen_gallery', ] # Add any paths that contain templates here, relative to this directory. @@ -130,7 +130,7 @@ exclude_patterns = [] #show_authors = False # The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' +pygments_style = #'sphinx' # A list of ignored prefixes for module index sorting. #modindex_common_prefix = [] @@ -146,7 +146,7 @@ todo_include_todos = True # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'sphinx_rtd_theme' +html_theme = #'sphinx_rtd_theme' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the -- cgit v1.2.3