From 469619347ca50278b045ff84753c06925d067572 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Thu, 18 Aug 2022 12:02:48 -0600 Subject: sider: fix typo in comment in sphinx config [skip appveyor] Signed-off-by: Mats Wichmann --- doc/sphinx/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 8ffecd1..7f304e0 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -60,7 +60,7 @@ napoleon_google_docstring = True napoleon_numpy_docstring = True napoleon_include_init_with_doc = False napoleon_include_private_with_doc = True -napoleon_include_special_with_doc = True # not defualt +napoleon_include_special_with_doc = True # not default napoleon_use_admonition_for_examples = True # not default napoleon_use_admonition_for_notes = False napoleon_use_admonition_for_references = False -- cgit v0.12