From 92ff685efd1c484e5a9b73c94539e1ad90e1b653 Mon Sep 17 00:00:00 2001
From: Hu Zhao <zhao@mbd.rwth-aachen.de>
Date: Tue, 6 Dec 2022 17:50:16 +0100
Subject: [PATCH] docs: update conf

---
 docs/source/conf.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1da920b..c7ff0ff 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -51,6 +51,7 @@ add_module_names = False
 
 bibtex_bibfiles = ['refs.bib']
 bibtex_default_style = 'unsrt'
+bibtex_reference_style = 'author_year'
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
-- 
GitLab