From 90f09cd429e70a2b7fc0195fe8b90a0a851ed88b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Thu, 14 Mar 2019 16:35:23 +0100 Subject: PySide2 documentation: Do not add module names Add the corresponding Sphinx configuration entry. Change-Id: I73f213275544089f75d45b98d85df320c71c3fb1 Reviewed-by: Cristian Maureira-Fredes --- sources/pyside2/doc/conf.py.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/pyside2') diff --git a/sources/pyside2/doc/conf.py.in b/sources/pyside2/doc/conf.py.in index 0b66d34d5..33f408354 100644 --- a/sources/pyside2/doc/conf.py.in +++ b/sources/pyside2/doc/conf.py.in @@ -171,3 +171,5 @@ html_show_sourcelink = False # Link to the shiboken2 sphinx project to enable linking # between the two projects. intersphinx_mapping = {'shiboken2': ('shiboken2','@CMAKE_BINARY_DIR@/../shiboken2/doc/html/objects.inv')} + +add_module_names = False -- cgit v1.2.3