Skip to content

Commit e16d677

Browse files
committed
Usa utf-8 para tratar output en autorun
Las herramientas que usamos emiten caracteres que no están en ascii, que es el encoding por defecto que autorun usa. Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
1 parent 2b05279 commit e16d677

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,11 @@
9090
]
9191

9292

93+
autorun_languages = {
94+
"console_output_encoding": "utf-8",
95+
"pycon_output_encoding": "utf-8",
96+
}
97+
9398
def setup(app):
9499

95100
def add_contributing_banner(app, doctree):

0 commit comments

Comments
 (0)