Skip to content

Commit c5db7bc

Browse files
authored
Cambiar configuración para procesar todos los archivos markdown
Hasta ahora el jupyter book sólo procesaba archivos markdown que estaban especificados en la tabla de contenido, _toc.yml
1 parent f142fa4 commit c5db7bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sitio/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ execute:
1313
execute_notebooks: 'off'
1414

1515
# General execution settings
16-
only_build_toc_files: true
16+
only_build_toc_files: false
1717

1818
parse:
1919
myst_enable_extensions:

0 commit comments

Comments
 (0)