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']