From b144cd03480b435f6ba033de2ef517e30d4fce91 Mon Sep 17 00:00:00 2001 From: rzmk Date: Thu, 30 May 2024 14:47:31 -0400 Subject: [PATCH] chore: prettify _config.yml --- _config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 25ad96c..4e6794c 100644 --- a/_config.yml +++ b/_config.yml @@ -12,7 +12,7 @@ exclude_patterns: ".gitignore", "postBuild", "requirements*.txt", - "bash_kernel" + "bash_kernel", ] # Force re-execution of notebooks on each build. @@ -41,7 +41,7 @@ sphinx: config: html_show_copyright: false html_theme_options: - logo: - image_light: media/qsv-logo.png - image_dark: media/qsv-logo-dark.png - language: en \ No newline at end of file + logo: + image_light: media/qsv-logo.png + image_dark: media/qsv-logo-dark.png + language: en