From 70c79383e23c3d7a967e3f49773114e98a1b58ce Mon Sep 17 00:00:00 2001 From: Cristian Maureira-Fredes Date: Thu, 29 Nov 2018 12:58:28 +0100 Subject: Remove TP from doc title Change-Id: I8d3fcc977b23f9efc20d9f3e073ad79f215769c0 Reviewed-by: Alexandru Croitor --- 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 dfbefee60..99b74deef 100644 --- a/sources/pyside2/doc/conf.py.in +++ b/sources/pyside2/doc/conf.py.in @@ -114,7 +114,7 @@ html_theme_path = ['@CMAKE_CURRENT_SOURCE_DIR@/_themes'] # The name for this set of Sphinx documents. If None, it defaults to # " v documentation". -html_title = u'Qt for Python (Technology Preview)' +html_title = u'Qt for Python' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None -- cgit v1.2.3