##// END OF EJS Templates
Style
Juan Luis Cano Rodríguez -
Show More
@@ -71,19 +71,19 b' exec('
71 # Add any Sphinx extension module names here, as strings. They can be extensions
71 # Add any Sphinx extension module names here, as strings. They can be extensions
72 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
72 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
73 extensions = [
73 extensions = [
74 'sphinx.ext.autodoc',
74 "sphinx.ext.autodoc",
75 'sphinx.ext.autosummary',
75 "sphinx.ext.autosummary",
76 'sphinx.ext.doctest',
76 "sphinx.ext.doctest",
77 'sphinx.ext.inheritance_diagram',
77 "sphinx.ext.inheritance_diagram",
78 'sphinx.ext.intersphinx',
78 "sphinx.ext.intersphinx",
79 'sphinx.ext.graphviz',
79 "sphinx.ext.graphviz",
80 'sphinxcontrib.jquery',
80 "sphinxcontrib.jquery",
81 'IPython.sphinxext.ipython_console_highlighting',
81 "IPython.sphinxext.ipython_console_highlighting",
82 'IPython.sphinxext.ipython_directive',
82 "IPython.sphinxext.ipython_directive",
83 'sphinx.ext.napoleon', # to preprocess docstrings
83 "sphinx.ext.napoleon", # to preprocess docstrings
84 'github', # for easy GitHub links
84 "github", # for easy GitHub links
85 'magics',
85 "magics",
86 'configtraits',
86 "configtraits",
87 ]
87 ]
88
88
89 # Add any paths that contain templates here, relative to this directory.
89 # Add any paths that contain templates here, relative to this directory.
General Comments 0
You need to be logged in to leave comments. Login now