##// END OF EJS Templates
Fix missing jQuery in documentation (#14346)...
M Bussonnier -
r28660:b479c4a0 merge
parent child Browse files
Show More
@@ -71,18 +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 'IPython.sphinxext.ipython_console_highlighting',
80 "sphinxcontrib.jquery",
81 'IPython.sphinxext.ipython_directive',
81 "IPython.sphinxext.ipython_console_highlighting",
82 'sphinx.ext.napoleon', # to preprocess docstrings
82 "IPython.sphinxext.ipython_directive",
83 'github', # for easy GitHub links
83 "sphinx.ext.napoleon", # to preprocess docstrings
84 'magics',
84 "github", # for easy GitHub links
85 'configtraits',
85 "magics",
86 "configtraits",
86 ]
87 ]
87
88
88 # Add any paths that contain templates here, relative to this directory.
89 # Add any paths that contain templates here, relative to this directory.
@@ -65,6 +65,7 b' doc = ['
65 "setuptools>=18.5",
65 "setuptools>=18.5",
66 "sphinx>=1.3",
66 "sphinx>=1.3",
67 "sphinx-rtd-theme",
67 "sphinx-rtd-theme",
68 "sphinxcontrib-jquery",
68 "docrepr",
69 "docrepr",
69 "matplotlib",
70 "matplotlib",
70 "stack_data",
71 "stack_data",
General Comments 0
You need to be logged in to leave comments. Login now