Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@
# Sphinx-gallery configuration.
sphinx_gallery_conf = {
# disable mini galleries clustered by the used functions
'backreferences_dir': False,
'backreferences_dir': None,
# path to the examples
'examples_dirs': '../examples',
# path where to save gallery generated examples
Expand All @@ -355,4 +355,4 @@


def setup(app):
app.add_stylesheet("codehighlightstyle.css")
app.add_css_file("codehighlightstyle.css")