File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929extensions = ['matplotlib.sphinxext.mathmpl' , 'sphinxext.math_symbol_table' ,
3030 'sphinx.ext.autodoc' , 'matplotlib.sphinxext.only_directives' ,
3131 'sphinx.ext.doctest' , 'sphinx.ext.autosummary' ,
32- 'matplotlib.sphinxext.plot_directive' ,
3332 'sphinx.ext.inheritance_diagram' ,
34- 'sphinxext.gen_gallery' , 'sphinxext.gen_rst' ,
33+ 'sphinx_gallery.gen_gallery' ,
34+ 'sphinxext.gen_rst' ,
35+ 'matplotlib.sphinxext.plot_directive' ,
3536 'sphinxext.github' ,
3637 'numpydoc' ]
3738
9697
9798autodoc_docstring_signature = True
9899
100+
101+ # Sphinx gallery configuration
102+ sphinx_gallery_conf = {
103+ # path to your examples scripts
104+ 'examples_dirs' : '../examples' ,
105+ # path where to save gallery generated examples
106+ 'gallery_dirs' : 'auto_examples' }
107+
99108# Add any paths that contain templates here, relative to this directory.
100109templates_path = ['_templates' ]
101110
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments