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 df864c2 commit 5a31f8eCopy full SHA for 5a31f8e
1 file changed
doc/conf.py
@@ -343,7 +343,7 @@
343
# Sphinx-gallery configuration.
344
sphinx_gallery_conf = {
345
# disable mini galleries clustered by the used functions
346
- 'backreferences_dir': False,
+ 'backreferences_dir': None,
347
# path to the examples
348
'examples_dirs': '../examples',
349
# path where to save gallery generated examples
@@ -355,4 +355,4 @@
355
356
357
def setup(app):
358
- app.add_stylesheet("codehighlightstyle.css")
+ app.add_css_file("codehighlightstyle.css")
0 commit comments