docs: do not show full module name

This commit is contained in:
grey-cat-1908 2022-03-21 23:33:49 +03:00 committed by GitHub
parent d3cda4069f
commit 00947ea562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
"""
"""