From 762cd4823211893667b86b4fc028d4bea0ef9651 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Tue, 22 Dec 2020 01:50:10 -0500 Subject: [PATCH] Ignore missing _FancyAxislineStyle doc targets. These are already ignored using a shorter path, so just ignore them when using the full import path as well. --- doc/missing-references.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/missing-references.json b/doc/missing-references.json index 8de8dbe7f2d4..c973321b430d 100644 --- a/doc/missing-references.json +++ b/doc/missing-references.json @@ -480,6 +480,12 @@ "mpl_toolkits.axisartist.axisline_style.AxislineStyle._Base": [ "lib/mpl_toolkits/axisartist/axisline_style.py:docstring of mpl_toolkits.axisartist.axisline_style.AxislineStyle.SimpleArrow:1" ], + "mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.FilledArrow": [ + ":1" + ], + "mpl_toolkits.axisartist.axisline_style._FancyAxislineStyle.SimpleArrow": [ + ":1" + ], "mpl_toolkits.axisartist.axislines.AxisArtistHelper._Base": [ "lib/mpl_toolkits/axisartist/axislines.py:docstring of mpl_toolkits.axisartist.axislines.AxisArtistHelper.Fixed:1", "lib/mpl_toolkits/axisartist/axislines.py:docstring of mpl_toolkits.axisartist.axislines.AxisArtistHelper.Floating:1"