From 5aff0717aafa4918e8e5a29bdd34282ea72ca5ce Mon Sep 17 00:00:00 2001 From: grey-cat-1908 Date: Sun, 27 Mar 2022 17:10:47 +0300 Subject: [PATCH] maybe it will show create_channel in docs --- docs/source/conf.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index aed8ec6..1da58d4 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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']