File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 5555# Add any Sphinx extension module names here, as strings. They can be
5656# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
5757# ones.
58- extensions = ['sphinx.ext.mathjax' ,
58+ extensions = ['sphinx.ext.mathjax' , 'sphinx_copybutton' ,
5959 'sphinx_gallery.gen_gallery' ]
6060
6161
@@ -250,4 +250,4 @@ def setup(app):
250250 app .add_directive ('galleryitem' , GalleryItemDirective )
251251 app .add_directive ('customgalleryitem' , CustomGalleryItemDirective )
252252 app .add_directive ('customcarditem' , CustomCardItemDirective )
253- app .add_directive ('customcalloutitem' , CustomCalloutItemDirective )
253+ app .add_directive ('customcalloutitem' , CustomCalloutItemDirective )
Original file line number Diff line number Diff line change 22
33sphinx == 1.8.2
44sphinx-gallery == 0.3.1
5+ sphinx-copybutton
56tqdm
67numpy
78matplotlib
You can’t perform that action at this time.
0 commit comments