##// 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 71 # Add any Sphinx extension module names here, as strings. They can be extensions
72 72 # coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
73 73 extensions = [
74 'sphinx.ext.autodoc',
75 'sphinx.ext.autosummary',
76 'sphinx.ext.doctest',
77 'sphinx.ext.inheritance_diagram',
78 'sphinx.ext.intersphinx',
79 'sphinx.ext.graphviz',
80 'IPython.sphinxext.ipython_console_highlighting',
81 'IPython.sphinxext.ipython_directive',
82 'sphinx.ext.napoleon', # to preprocess docstrings
83 'github', # for easy GitHub links
84 'magics',
85 'configtraits',
74 "sphinx.ext.autodoc",
75 "sphinx.ext.autosummary",
76 "sphinx.ext.doctest",
77 "sphinx.ext.inheritance_diagram",
78 "sphinx.ext.intersphinx",
79 "sphinx.ext.graphviz",
80 "sphinxcontrib.jquery",
81 "IPython.sphinxext.ipython_console_highlighting",
82 "IPython.sphinxext.ipython_directive",
83 "sphinx.ext.napoleon", # to preprocess docstrings
84 "github", # for easy GitHub links
85 "magics",
86 "configtraits",
86 87 ]
87 88
88 89 # Add any paths that contain templates here, relative to this directory.
@@ -65,6 +65,7 b' doc = ['
65 65 "setuptools>=18.5",
66 66 "sphinx>=1.3",
67 67 "sphinx-rtd-theme",
68 "sphinxcontrib-jquery",
68 69 "docrepr",
69 70 "matplotlib",
70 71 "stack_data",
General Comments 0
You need to be logged in to leave comments. Login now