maybe it will show create_channel in docs

This commit is contained in:
grey-cat-1908 2022-03-27 17:10:47 +03:00
parent 076a8ccdf3
commit 5aff0717aa

View file

@ -29,7 +29,7 @@ copyright = '2022, MelisaDev'
author = 'MelisaDev'
# The full version, including alpha/beta/rc tags
release = '0.0.1'
release = '0.0.1a'
# -- General configuration ---------------------------------------------------
@ -45,6 +45,12 @@ extensions = [
"attributable"
]
autodoc_default_options = {
'members': True,
'show-inheritance': True
}
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']