Skip to content

Commit 5a31f8e

Browse files
authored
Sphinx issue fix (#923)
* Sphinx issue fix * Removing comment
1 parent df864c2 commit 5a31f8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@
343343
# Sphinx-gallery configuration.
344344
sphinx_gallery_conf = {
345345
# disable mini galleries clustered by the used functions
346-
'backreferences_dir': False,
346+
'backreferences_dir': None,
347347
# path to the examples
348348
'examples_dirs': '../examples',
349349
# path where to save gallery generated examples
@@ -355,4 +355,4 @@
355355

356356

357357
def setup(app):
358-
app.add_stylesheet("codehighlightstyle.css")
358+
app.add_css_file("codehighlightstyle.css")

0 commit comments

Comments
 (0)