We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a8fe61 + 465401e commit e3159baCopy full SHA for e3159ba
doc/conf.py
@@ -263,7 +263,8 @@ def _check_dependencies():
263
'matplotlib_animations': True,
264
'min_reported_time': 1,
265
'plot_gallery': 'True', # sphinx-gallery/913
266
- 'reference_url': {'matplotlib': None},
+ 'reference_url': {'matplotlib': None, 'mpl_toolkits': None},
267
+ 'prefer_full_module': {r'mpl_toolkits\.'},
268
'remove_config_comments': True,
269
'reset_modules': ('matplotlib', clear_basic_units),
270
'subsection_order': gallery_order_sectionorder,
0 commit comments