1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

fixed typo

This commit is contained in:
Bastian Venthur
2021-03-22 09:40:40 +01:00
parent 7240b0a28b
commit 2b3651e7d5
2 changed files with 3 additions and 3 deletions

View File

@@ -62,8 +62,8 @@ html_static_path = ['_static']
autodoc_default_options = {
'members': True,
'undoc-members': True,
'private-members': True,
'special-members': True,
'secret-members': True,
}
autosummary_generate = True