aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside2
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-14 16:35:23 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2019-03-14 17:10:30 +0000
commit90f09cd429e70a2b7fc0195fe8b90a0a851ed88b (patch)
treec8ee384beafbe0fc41879b66e7b05fa660e40e9e /sources/pyside2
parentca2f5669ef3923420cfaf0b5fc14e37010e9e3ed (diff)
PySide2 documentation: Do not add module names
Add the corresponding Sphinx configuration entry. Change-Id: I73f213275544089f75d45b98d85df320c71c3fb1 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside2')
-rw-r--r--sources/pyside2/doc/conf.py.in2
1 files changed, 2 insertions, 0 deletions
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