File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
pep_sphinx_extensions/pep_processor/parsing Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ class CanonicalDocBanner(PEPBanner):
77
77
admonition_post_text = (
78
78
"See :pep:`1` for how to propose changes."
79
79
)
80
-
81
80
css_classes = ["canonical-doc" , "sticky-banner" ]
82
81
83
82
@@ -99,8 +98,6 @@ class CanonicalPyPASpecBanner(PEPBanner):
99
98
"<https://www.pypa.io/en/latest/specifications/#handling-fixes-and-other-minor-updates>`__ "
100
99
"for how to propose changes."
101
100
)
102
- admonition_class = nodes .attention
103
-
104
101
css_classes = ["canonical-pypa-spec" , "sticky-banner" ]
105
102
106
103
@@ -119,8 +116,6 @@ class CanonicalTypingSpecBanner(PEPBanner):
119
116
"<https://typing.readthedocs.io/en/latest/spec/meta.html>`__ "
120
117
"for how to propose changes to the typing spec."
121
118
)
122
- admonition_class = nodes .attention
123
-
124
119
css_classes = ["canonical-typing-spec" , "sticky-banner" ]
125
120
126
121
You can’t perform that action at this time.
0 commit comments