Skip to content

Avoid deprecation warning in wcsaxes doc in 4.2.x#11468

Merged
pllim merged 1 commit into
astropy:v4.2.xfrom
eteq:fix-rtd-mpl-nopin
Apr 2, 2021
Merged

Avoid deprecation warning in wcsaxes doc in 4.2.x#11468
pllim merged 1 commit into
astropy:v4.2.xfrom
eteq:fix-rtd-mpl-nopin

Conversation

@eteq

@eteq eteq commented Apr 2, 2021

Copy link
Copy Markdown
Member

This is an alternative to #11465 that instead follows the fix on #11466 . If this works on RTD, I think I prefer it for a 4.2.1post1 over #11465 !

EDIT: Close #11465

- Temporary fix to matplotlib/matplotlib#19839,
- from astropy#11118,
- closes (?) astropy#11464

Co-authored-by: @pllim
Signed-off-by: Nathaniel Starkman (@nstarman) <nstarkman@protonmail.com>
@pllim

pllim commented Apr 2, 2021

Copy link
Copy Markdown
Member

RTD passed!

@pllim

pllim commented Apr 2, 2021

Copy link
Copy Markdown
Member

I still see the warnings but at least they don't block the CI... 🤷

.../sphinx_automodapi/autodoc_enhancements.py:71: MatplotlibDeprecationWarning: 
The validCap attribute was deprecated in Matplotlib 3.4 and will be removed two minor releases later.
  return getattr(obj, attr, *defargs)
.../sphinx_automodapi/autodoc_enhancements.py:71: MatplotlibDeprecationWarning: 
The validJoin attribute was deprecated in Matplotlib 3.4 and will be removed two minor releases later.
  return getattr(obj, attr, *defargs)

@pllim pllim left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can ignore samp failure and dev failures.

@eteq , :shipit: ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants