diff --git a/doc/conf.py b/doc/conf.py index 7e8c58489618..ea1e75c20af5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -276,7 +276,8 @@ def tutorials_download_error(record): 'matplotlib_animations': True, 'min_reported_time': 1, 'plot_gallery': 'True', # sphinx-gallery/913 - 'reference_url': {'matplotlib': None}, + 'reference_url': {'matplotlib': None, 'mpl_toolkits': None}, + 'prefer_full_module': {r'mpl_toolkits\.'}, 'remove_config_comments': True, 'reset_modules': ('matplotlib', clear_basic_units), 'subsection_order': gallery_order_sectionorder,