From 7d2fa2c4a2b76ed2534cf24d5f5a9072ea6f46f4 Mon Sep 17 00:00:00 2001 From: rstular <rok@stular.eu> Date: Thu, 18 Jan 2024 18:21:08 +0100 Subject: [PATCH] fix(config): Fix configuration file --- book/_config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/book/_config.yml b/book/_config.yml index d0ea8173..0ec1fbdd 100644 --- a/book/_config.yml +++ b/book/_config.yml @@ -2,9 +2,12 @@ title: MUDE author: MUDE Teachers and the Student Army copyright: "2023" logo: _static/MUDE_Logo-small.png + execute: execute_notebooks: "off" + only_build_toc_files: true + sphinx: config: # Bibliography style @@ -22,11 +25,14 @@ sphinx: - sphinx.ext.imgconverter - download_link_replacer - jupyterbook_patches + bibtex_bibfiles: - _bibliography/references_pd.bib + launch_buttons: thebe: true + draft_banner: 'âš ï¸This is a draft website. The most recent published version can be found <a href="https://mude.citg.tudelft.nl/book/intro.html">here</a>.âš ï¸' + html: use_multitoc_numbering: false - announcement: 'âš ï¸This is a draft website. The most recent published version can be found <a href="https://mude.citg.tudelft.nl/book/intro.html">here</a>.âš ï¸' -- GitLab