From 7f9aef9e825bc926edb3136ea2bd0de6716be545 Mon Sep 17 00:00:00 2001 From: Patrick Kunzmann Date: Mon, 10 Jun 2024 10:23:18 +0200 Subject: [PATCH] Fix typo --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 53573d3a4..d3f6e53c0 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -50,7 +50,7 @@ n_versions=5 ) -# Use custom citation sytle +# Use custom citation style pybtex.plugin.register_plugin( "pybtex.style.formatting", "ieee", bibliography.IEEEStyle )