mirror of
https://github.com/MelisaDev/melisa.git
synced 2024-11-11 19:07:28 +03:00
maybe it will show create_channel in docs
This commit is contained in:
parent
076a8ccdf3
commit
5aff0717aa
1 changed files with 7 additions and 1 deletions
|
@ -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']
|
||||
|
||||
|
|
Loading…
Reference in a new issue