diff --git a/conf.py b/conf.py index 26ae74f940..c838a0e065 100644 --- a/conf.py +++ b/conf.py @@ -107,7 +107,7 @@ def add_contributing_banner(app, doctree): 'Ayuda a acercar Python a más personas de habla hispana.' paragraph = core.publish_doctree(message)[0] - banner = nodes.warning(ids=['contributing-banner']) + banner = nodes.note(ids=['contributing-banner']) banner.append(paragraph) for document in doctree.traverse(nodes.document):