Skip to content

Navigation Menu

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 857e7d8

Browse filesBrowse files
authored
Merge pull request #28632 from QuLogic/fix-axes3d-links
DOC: Tell sphinx-gallery to link mpl_toolkits from our build
2 parents fd42e7d + f4e9ea5 commit 857e7d8
Copy full SHA for 857e7d8

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
@@ -276,7 +276,8 @@ def tutorials_download_error(record):
276276
'matplotlib_animations': True,
277277
'min_reported_time': 1,
278278
'plot_gallery': 'True', # sphinx-gallery/913
279-
'reference_url': {'matplotlib': None},
279+
'reference_url': {'matplotlib': None, 'mpl_toolkits': None},
280+
'prefer_full_module': {r'mpl_toolkits\.'},
280281
'remove_config_comments': True,
281282
'reset_modules': ('matplotlib', clear_basic_units),
282283
'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.