aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/gettingstarted
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-13 08:48:35 +0100
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2023-02-13 17:35:16 +0100
commite74125a794511b85e1a03f1c613006c2b6439b3f (patch)
treeedb68639436a52db4fe5e0c38b40808c9aa56393 /sources/pyside6/doc/gettingstarted
parentd177336f48d7c8f40e29686140709b4448747d79 (diff)
Fix documentation on how to pass the source directory for doc builds
It seems the querying of the environment variable is not implemented by d4764a4c514ec15f4cd680143cbd189482af6251. Pick-to: 6.4 Fixes: PYSIDE-2227 Task-number: PYSIDE-1067 Change-Id: Ib0bf038aee4d783ec303af1a5feeb5810911f812 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io> Reviewed-by: Keith Kyzivat <keith.kyzivat@qt.io>
Diffstat (limited to 'sources/pyside6/doc/gettingstarted')
-rw-r--r--sources/pyside6/doc/gettingstarted/index.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/sources/pyside6/doc/gettingstarted/index.rst b/sources/pyside6/doc/gettingstarted/index.rst
index c65aa7abd..453250248 100644
--- a/sources/pyside6/doc/gettingstarted/index.rst
+++ b/sources/pyside6/doc/gettingstarted/index.rst
@@ -453,10 +453,8 @@ the ``dot`` command needs to be in PATH, otherwise,
the process will fail. Installing ``graphviz`` system-wide is also an option.
Since the process relies on a Qt installation, you need to specify where the
-``qtbase`` directory of a Qt source tree is located, either by using
-the command line option ``--qt-src-dir`` or setting the environment variable::
-
- export QT_SRC_DIR=/path/to/qtbase
+``qtbase`` directory of a Qt source tree is located by passing it to
+the command line option ``--qt-src-dir``.
Once the common ``setup.py`` build process finishes (remember to use
``--build-docs`` to enable the documentation build, and ``--doc-build-inline``