Skip to content

Commit eacedae

Browse files
committed
Don't show examples backreference
1 parent 5490561 commit eacedae

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/sphinx/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@ def setup(app):
365365
# Modules for which function/class level galleries are created. In
366366
# this case only pvlib, could include others though. must be tuple of str
367367
'doc_module': ('pvlib',),
368+
369+
# objects to exclude from implicit backreferences
370+
# https://sphinx-gallery.github.io/stable/configuration.html
371+
# Section #add-mini-galleries-for-api-documentation
372+
'exclude_implicit_doc': {r'pvlib\.tools\.locate_example_dataset'},
368373
}
369374
# supress warnings in gallery output
370375
# https://sphinx-gallery.github.io/stable/configuration.html

0 commit comments

Comments
 (0)