diff --git a/doc/conf.py b/doc/conf.py index 03a2ec0db..aba5ab049 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 @@ -355,4 +355,4 @@ def setup(app): - app.add_stylesheet("codehighlightstyle.css") + app.add_css_file("codehighlightstyle.css")