Add autodoc_typehints = 'none'

This commit is contained in:
Степаненко Ольга
2021-04-15 11:49:08 +03:00
parent 5ac60de2ef
commit df97d170bf
3 changed files with 3 additions and 1 deletions

View File

@@ -181,6 +181,7 @@ intersphinx_mapping = {
}
autodoc_default_flags = ['members']
autodoc_typehints = "none"
# spell checking
spelling_lang = 'ru_RU'