From fa3a190f964ba27691af766828f312315325cc8e Mon Sep 17 00:00:00 2001
From: Tom van Woudenberg <t.r.vanwoudenberg@tudelft.nl>
Date: Fri, 20 Dec 2024 16:02:17 +0100
Subject: [PATCH] Revert "config"

This reverts commit a82c9ad59d1dab577d4d96fe5ef0d4489c9043eb.
---
 book/_config.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/book/_config.yml b/book/_config.yml
index 1053d2d4..93a0a23e 100644
--- a/book/_config.yml
+++ b/book/_config.yml
@@ -10,6 +10,8 @@ only_build_toc_files: true
 
 sphinx:
   config:
+    # Bibliography style
+    bibtex_reference_style: author_year
     patch_config:
       disabled-patches: []
     html_show_copyright: false
@@ -28,11 +30,6 @@ sphinx:
       # END REMOVE-FROM-PUBLISH
       launch_buttons:
         thebe: true
-    bibtex_default_style: myapastyle
-    bibtex_reference_style: author_year_round
-  local_extensions:
-    apastyle: _ext/
-    bracket_citation_style: _ext/
   extra_extensions:
     - sphinx_inline_tabs
     - sphinx_grasple
-- 
GitLab