diff options
| author | Dennis Oberst <dennis.oberst@qt.io> | 2023-10-31 09:01:54 +0100 |
|---|---|---|
| committer | Dennis Oberst <dennis.oberst@qt.io> | 2024-04-12 11:12:48 +0200 |
| commit | 5a38771ba936584fe84537a4b01b4e8a0efc8505 (patch) | |
| tree | f8f5dcc311298b0d2260ca6ce71d12f526f17664 /build_scripts/setup_runner.py | |
| parent | f86293210f657f3c33f06018a846e80791aec560 (diff) | |
Remove deprecated command 'build_rst_docs'
... has been removed in favor of 'build_base_docs'.
[ChangeLog][PySide6] 'build_rst_docs' has been removed in favor of
'build_base_docs'.
Fixes: PYSIDE-2504
Change-Id: I2abcd6d1cef8c6b6095c9f25500380adc748ab83
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/setup_runner.py')
| -rw-r--r-- | build_scripts/setup_runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/setup_runner.py b/build_scripts/setup_runner.py index 9bcbb4afe..5d0466247 100644 --- a/build_scripts/setup_runner.py +++ b/build_scripts/setup_runner.py @@ -93,7 +93,7 @@ class SetupRunner(object): setup_cmd.append(self.construct_cmd_line_argument(name, value)) # Add --reuse-build option if requested and not already present. - if (reuse_build and command in ('bdist_wheel', 'build', 'build_base_docs', 'build_rst_docs', 'install') + if (reuse_build and command in ('bdist_wheel', 'build', 'build_base_docs', 'install') and not self.cmd_line_argument_is_in_args("reuse-build", modified_argv)): setup_cmd.append(self.construct_cmd_line_argument("reuse-build")) return setup_cmd |
