Skip to content

Commit 2a2a68f

Browse files
committed
DOC: make transform mixing private
1 parent 1d0ef56 commit 2a2a68f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

doc/api/scale_api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
********************
44

55
.. automodule:: matplotlib.scale
6+
:private-members: _CopyableTransformMixin
67
:members:
78
:undoc-members:
89
:show-inheritance:

doc/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ def _check_dependencies():
130130
# missing-references names matches sphinx>=3 behavior, so we can't be nitpicky
131131
# for older sphinxes.
132132
nitpicky = sphinx.version_info >= (3,)
133-
nitpick_ignore = [('py:class', 'matplotlib.scale._CopyableTransformMixin')]
134133
# change this to True to update the allowed failures
135134
missing_references_write_json = False
136135
missing_references_warn_unused_ignores = False

0 commit comments

Comments
 (0)