From 72a9518f7b76ea7ba686afa56c02a93d1df74ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=C3=A1n=20Maureira-Fredes?= Date: Tue, 25 Oct 2022 15:24:51 +0200 Subject: [PATCH] Cambiar Advertencia a Nota --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):