From 7e63b4ee0042e0577098936e97cca24f3816171e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Fri, 25 Jun 2021 15:55:31 +0200 Subject: [PATCH] jypyter nb html template: full -> basic. --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index f8e858f..f1a5ebc 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -93,7 +93,7 @@ gitea_markup_jupyter_enabled: 'true' gitea_markup_jupyter_conf: - { section: 'markup.jupyter', option: 'ENABLED', value: '{{ gitea_markup_jupyter_enabled }}', state: 'present' } - { section: 'markup.jupyter', option: 'FILE_EXTENSIONS', value: '.ipynb', state: 'present' } - - { section: 'markup.jupyter', option: 'RENDER_COMMAND', value: '"jupyter nbconvert --stdout --to html --template full"', state: 'present' } + - { section: 'markup.jupyter', option: 'RENDER_COMMAND', value: '"jupyter nbconvert --stdout --to html --template basic"', state: 'present' } - { section: 'markup.jupyter', option: 'IS_INPUT_FILE', value: 'true', state: 'present' } - { section: 'markup.sanitizer.jupyter.rule1', option: 'ALLOW_ATTR', value: 'class', state: 'present' } - { section: 'markup.sanitizer.jupyter.rule1', option: 'ELEMENT', value: 'div', state: 'present' }