diff --git a/docs/source/conf.py b/docs/source/conf.py index e0172ee..aed8ec6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -48,6 +48,8 @@ extensions = [ # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] +add_module_names = False + exclude_patterns = [] intersphinx_mapping = { @@ -72,4 +74,4 @@ rst_prolog = """ .. |maybecoro| replace:: This function *could be a* |coroutine_link|_. .. |coroutine_link| replace:: *coroutine* .. _coroutine_link: https://docs.python.org/3/library/asyncio-task.html#coroutine -""" \ No newline at end of file +"""