Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0fce96 commit 4f5a580Copy full SHA for 4f5a580
1 file changed
doc/conf.py
@@ -18,10 +18,6 @@
18
# absolute, like shown here.
19
sys.path.append(os.path.abspath('sphinxext'))
20
21
-# Import support for ipython console session syntax highlighting (lives
22
-# in the sphinxext directory defined above)
23
-import ipython_console_highlighting
24
-
25
# General configuration
26
# ---------------------
27
@@ -30,7 +26,8 @@
30
extensions = ['matplotlib.sphinxext.mathmpl', 'math_symbol_table',
31
'sphinx.ext.autodoc', 'matplotlib.sphinxext.only_directives',
32
28
'matplotlib.sphinxext.plot_directive', 'inheritance_diagram',
33
- 'gen_gallery', 'gen_rst']
29
+ 'gen_gallery', 'gen_rst',
+ 'matplotlib.sphinxext.ipython_console_highlighting']
34
35
# Add any paths that contain templates here, relative to this directory.
36
templates_path = ['_templates']
0 commit comments