Skip to content

Commit a2c6adc

Browse files
authored
Merge pull request #52 from pllim/doc-mpl-base-url
DOC: Update matplotlib intersphinx URL
2 parents d31daa5 + ab9e04d commit a2c6adc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGES.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ Changes in sphinx-astropy
77
- Removed dependency on ``distutils``. As a result, ``packaging`` is now
88
a dependency. [#51]
99

10+
- Updated ``matplotlib`` URL for intersphinx. [#52]
11+
1012
1.6 (2021-09-22)
1113
----------------
1214

sphinx_astropy/conf/v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def check_sphinx_version(expected_version):
6161
(None, 'http://data.astropy.org/intersphinx/numpy.inv')),
6262
'scipy': ('https://docs.scipy.org/doc/scipy/reference/',
6363
(None, 'http://data.astropy.org/intersphinx/scipy.inv')),
64-
'matplotlib': ('https://matplotlib.org/',
64+
'matplotlib': ('https://matplotlib.org/stable/',
6565
(None, 'http://data.astropy.org/intersphinx/matplotlib.inv')),
6666
'astropy': ('https://docs.astropy.org/en/stable/', None),
6767
'h5py': ('https://docs.h5py.org/en/stable/', None)}

0 commit comments

Comments
 (0)