From 2efea37f2146e935be323a1ee719391e25925191 Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Wed, 16 May 2018 14:11:13 +0200 Subject: Doc: Use relative path to the shiboken docs Change-Id: I63e3d87a62932e20ce28bf344636c05a61f1c6b0 Reviewed-by: Friedemann Kleint --- sources/pyside2/doc/conf.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/pyside2/doc/conf.py.in b/sources/pyside2/doc/conf.py.in index e5fc80fb7..26d99c7ed 100644 --- a/sources/pyside2/doc/conf.py.in +++ b/sources/pyside2/doc/conf.py.in @@ -167,4 +167,4 @@ html_show_sourcelink = False # Link to the shiboken2 sphinx project to enable linking # between the two projects. -intersphinx_mapping = {'shiboken2': ('@CMAKE_BINARY_DIR@/../shiboken2/doc/html','@CMAKE_BINARY_DIR@/../shiboken2/doc/html/objects.inv')} +intersphinx_mapping = {'shiboken2': ('../../../shiboken2/doc/html','../../../shiboken2/doc/html/objects.inv')} -- cgit v1.2.3