From 00947ea56224c84a186fedf6d67b0c949c9a6247 Mon Sep 17 00:00:00 2001 From: grey-cat-1908 <61203964+grey-cat-1908@users.noreply.github.com> Date: Mon, 21 Mar 2022 23:33:49 +0300 Subject: [PATCH] docs: do not show full module name --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +"""