Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e3159ba

Browse filesBrowse files
authored
Merge pull request #28692 from meeseeksmachine/auto-backport-of-pr-28632-on-v3.9.x
Backport PR #28632 on branch v3.9.x (DOC: Tell sphinx-gallery to link mpl_toolkits from our build)
2 parents 8a8fe61 + 465401e commit e3159ba
Copy full SHA for e3159ba

File tree

1 file changed

+2
-1
lines changed
Filter options

1 file changed

+2
-1
lines changed

‎doc/conf.py

Copy file name to clipboardExpand all lines: doc/conf.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ def _check_dependencies():
263263
'matplotlib_animations': True,
264264
'min_reported_time': 1,
265265
'plot_gallery': 'True', # sphinx-gallery/913
266-
'reference_url': {'matplotlib': None},
266+
'reference_url': {'matplotlib': None, 'mpl_toolkits': None},
267+
'prefer_full_module': {r'mpl_toolkits\.'},
267268
'remove_config_comments': True,
268269
'reset_modules': ('matplotlib', clear_basic_units),
269270
'subsection_order': gallery_order_sectionorder,

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.