Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport PR #17942 on branch v3.3.x (Increase heading level for 3.3 What's New) #17943

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/api_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ For API changes in older versions see
api_changes_old

Changes for the latest version are listed below. For new features that were
added to Matplotlib, see :ref:`whats-new`.
added to Matplotlib, see :ref:`whats-new`

.. ifconfig:: releaselevel == 'dev'

Expand Down
10 changes: 5 additions & 5 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,13 +114,13 @@ def _check_dependencies():

intersphinx_mapping = {
'Pillow': ('https://pillow.readthedocs.io/en/stable/', None),
'cycler': ('https://matplotlib.org/cycler', None),
'cycler': ('https://matplotlib.org/cycler/', None),
'dateutil': ('https://dateutil.readthedocs.io/en/stable/', None),
'ipykernel': ('https://ipykernel.readthedocs.io/en/latest/', None),
'numpy': ('https://numpy.org/doc/stable/', None),
'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
'pytest': ('https://pytest.org/en/stable', None),
'python': ('https://docs.python.org/3', None),
'pytest': ('https://pytest.org/en/stable/', None),
'python': ('https://docs.python.org/3/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
}

Expand All @@ -133,8 +133,8 @@ def _check_dependencies():
'doc_module': ('matplotlib', 'mpl_toolkits'),
'reference_url': {
'matplotlib': None,
'numpy': 'https://docs.scipy.org/doc/numpy',
'scipy': 'https://docs.scipy.org/doc/scipy/reference',
'numpy': 'https://docs.scipy.org/doc/numpy/',
'scipy': 'https://docs.scipy.org/doc/scipy/reference/',
},
'backreferences_dir': 'api/_as_gen',
'subsection_order': gallery_order.sectionorder,
Expand Down
4 changes: 2 additions & 2 deletions doc/users/next_whats_new/README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:orphan:

What's new in unreleased Matplotlib?
====================================
Instructions for writing "What's new" entries
=============================================

Please place new portions of `whats_new.rst` in the `next_whats_new` directory.

Expand Down