Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 993f22d

Browse files
authored
Merge pull request #27758 from oscargus/dropoldcolorbar
[Doc] Remove special casing for removed method
2 parents b50843d + 51fd578 commit 993f22d

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

doc/_templates/automodule.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
{{ fullname | escape | underline}}
22

3-
{% if fullname in ['mpl_toolkits.axes_grid1.colorbar'] %}
4-
5-
.. To prevent problems with the autosummary for the colorbar doc treat this
6-
separately (sphinx-doc/sphinx/issues/4874)
7-
8-
.. automodule:: {{ fullname }}
9-
:members:
10-
11-
{% else %}
12-
133
.. automodule:: {{ fullname }}
144
:no-members:
155
:no-inherited-members:
@@ -45,4 +35,3 @@ Functions
4535

4636
{% endif %}
4737
{% endblock %}
48-
{% endif %}

0 commit comments

Comments
 (0)