From 753eeaf56dafcd32d50f98fef7c8ad36442f3d9b Mon Sep 17 00:00:00 2001 From: Daafip Date: Fri, 8 Mar 2024 11:05:50 +0100 Subject: [PATCH] typo, remind me to never revert commits --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 12b928b..1e3a754 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -18,7 +18,7 @@ extensions = [ 'sphinx.ext.autodoc', - "nbsphinx" + "nbsphinx", "autoapi.extension", ]