From 2853079a18f4a4bb03ad82882753d37fbfe543fa Mon Sep 17 00:00:00 2001 From: Angeline Burrell Date: Thu, 17 Aug 2023 09:00:40 -0400 Subject: [PATCH] BUG: removed extra period Removed an extra period, introduced as a typo. --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 5ae3ddf..942fbea 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -6,7 +6,7 @@ 'sphinx.ext.coverage', 'sphinx.ext.ifconfig', 'sphinx.ext.viewcode', - 'sphinx.ext..napoleon', + 'sphinx.ext.napoleon', 'numpydoc'] source_suffix = '.rst'