From a239a25ae0499c49021e3e4cc368b8fd6f5c20c3 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sat, 7 Sep 2019 02:19:19 +0200 Subject: [PATCH] fix case --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 45411969..5f8d3632 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -17,7 +17,7 @@ extensions = [ 'sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'sphinx.ext.napoleon', - 'autodoc-traits', + 'autodoc_traits', 'sphinx_copybutton', ]