From a040c633b96e9ee4ff6a15af83214369768a30ac Mon Sep 17 00:00:00 2001 From: Venugopal Shivashankar Date: Fri, 1 Jun 2018 11:49:43 +0200 Subject: Doc: Update the html_title and download.qt.io URL Change-Id: I9b923d6fefbfae4efcf63f7459cf1ee89fb08f19 Reviewed-by: Friedemann Kleint --- sources/pyside2/doc/conf.py.in | 2 +- sources/pyside2/doc/gettingstarted.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/pyside2') diff --git a/sources/pyside2/doc/conf.py.in b/sources/pyside2/doc/conf.py.in index 50d2028e7..2eb4e6bf3 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'PySide2 documentation' +html_title = u'Qt for Python (Technology Preview)' # A shorter title for the navigation bar. Default is the same as html_title. #html_short_title = None diff --git a/sources/pyside2/doc/gettingstarted.rst b/sources/pyside2/doc/gettingstarted.rst index 55212b1ba..f24051c18 100644 --- a/sources/pyside2/doc/gettingstarted.rst +++ b/sources/pyside2/doc/gettingstarted.rst @@ -12,7 +12,7 @@ With these installed, you are ready to install the |project| packages using the pip wheel. Run the following command from your command prompt to install:: - python -m pip install --index-url=http://download.qt.io/snapshots/ci/pyside/5.9/latest pyside2 --trusted-host download.qt.io + python -m pip install --index-url=http://download.qt.io/snapshots/ci/pyside/5.11/latest pyside2 --trusted-host download.qt.io Now that you have |project| installed, you can test your setup by running the following Python constructs to print version information: -- cgit v1.2.3