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 25455dc commit e37b282Copy full SHA for e37b282
conf.py
@@ -107,7 +107,7 @@ def add_contributing_banner(app, doctree):
107
'Ayuda a acercar Python a más personas de habla hispana.'
108
109
paragraph = core.publish_doctree(message)[0]
110
- banner = nodes.warning(ids=['contributing-banner'])
+ banner = nodes.note(ids=['contributing-banner'])
111
banner.append(paragraph)
112
113
for document in doctree.traverse(nodes.document):
0 commit comments