diff options
author | Mats Wichmann <mats@linux.com> | 2022-08-18 18:02:48 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2022-08-18 18:02:48 (GMT) |
commit | 469619347ca50278b045ff84753c06925d067572 (patch) | |
tree | 0be1e1046acf8a03d59b0718494116abe8779652 | |
parent | 146dc39ded8c7d18776f570245c62f8ac9d76f05 (diff) | |
download | SCons-469619347ca50278b045ff84753c06925d067572.zip SCons-469619347ca50278b045ff84753c06925d067572.tar.gz SCons-469619347ca50278b045ff84753c06925d067572.tar.bz2 |
sider: fix typo in comment in sphinx config [skip appveyor]
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | doc/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |