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):
7777 admonition_post_text = (
7878 "See :pep:`1` for how to propose changes."
7979 )
80-
8180 css_classes = ["canonical-doc" , "sticky-banner" ]
8281
8382
@@ -99,8 +98,6 @@ class CanonicalPyPASpecBanner(PEPBanner):
9998 "<https://www.pypa.io/en/latest/specifications/#handling-fixes-and-other-minor-updates>`__ "
10099 "for how to propose changes."
101100 )
102- admonition_class = nodes .attention
103-
104101 css_classes = ["canonical-pypa-spec" , "sticky-banner" ]
105102
106103
@@ -119,8 +116,6 @@ class CanonicalTypingSpecBanner(PEPBanner):
119116 "<https://typing.readthedocs.io/en/latest/spec/meta.html>`__ "
120117 "for how to propose changes to the typing spec."
121118 )
122- admonition_class = nodes .attention
123-
124119 css_classes = ["canonical-typing-spec" , "sticky-banner" ]
125120
126121
You can’t perform that action at this time.
0 commit comments