diff --git a/docs/conf.py b/docs/conf.py index df0cdd0..50c6d8c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ 'sphinx_autodoc_typehints', 'myst_parser', ] -version = release = '.'.join(map(str, aioacme.__version_tuple__[:3])) +version = release = aioacme.__version__ templates_path = ['_templates'] exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']