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 3d37d7a commit f4e9ea5Copy full SHA for f4e9ea5
doc/conf.py
@@ -276,7 +276,8 @@ def tutorials_download_error(record):
276
'matplotlib_animations': True,
277
'min_reported_time': 1,
278
'plot_gallery': 'True', # sphinx-gallery/913
279
- 'reference_url': {'matplotlib': None},
+ 'reference_url': {'matplotlib': None, 'mpl_toolkits': None},
280
+ 'prefer_full_module': {r'mpl_toolkits\.'},
281
'remove_config_comments': True,
282
'reset_modules': ('matplotlib', clear_basic_units),
283
'subsection_order': gallery_order_sectionorder,
0 commit comments