We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0ef56 commit 2a2a68fCopy full SHA for 2a2a68f
doc/api/scale_api.rst
@@ -3,6 +3,7 @@
3
********************
4
5
.. automodule:: matplotlib.scale
6
+ :private-members: _CopyableTransformMixin
7
:members:
8
:undoc-members:
9
:show-inheritance:
doc/conf.py
@@ -130,7 +130,6 @@ def _check_dependencies():
130
# missing-references names matches sphinx>=3 behavior, so we can't be nitpicky
131
# for older sphinxes.
132
nitpicky = sphinx.version_info >= (3,)
133
-nitpick_ignore = [('py:class', 'matplotlib.scale._CopyableTransformMixin')]
134
# change this to True to update the allowed failures
135
missing_references_write_json = False
136
missing_references_warn_unused_ignores = False
0 commit comments