diff options
| author | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-08-07 11:05:34 +0200 |
|---|---|---|
| committer | Shyamnath Premnadh <Shyamnath.Premnadh@qt.io> | 2024-08-14 13:52:43 +0200 |
| commit | a12fbe8cfde50e93052ee1dbc1ac959d81f2a184 (patch) | |
| tree | 5effd95a648425aeed9e5afce770e791eb0f8c38 /build_scripts/main.py | |
| parent | f85114909d0ba91ecbe8dfa484cab359502e9cd4 (diff) | |
Docs: Warnings for missing references
- Add `-n` option to `sphinx-build` to show warnings for
missing references.
Task-number: PYSIDE-2837
Change-Id: I82b60c922329016067889e580b371f311aa1b1f9
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'build_scripts/main.py')
| -rw-r--r-- | build_scripts/main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_scripts/main.py b/build_scripts/main.py index cbd6a96f7..b37af30cb 100644 --- a/build_scripts/main.py +++ b/build_scripts/main.py @@ -1339,7 +1339,7 @@ class PysideBaseDocs(Command, CommandMixin): elif self.name == SHIBOKEN: self.sphinx_src = self.out_dir - sphinx_cmd = ["sphinx-build", "-b", "html", "-j", "auto", "-c", + sphinx_cmd = ["sphinx-build", "-b", "html", "-j", "auto", "-n", "-c", str(self.sphinx_src), str(self.doc_dir), str(self.out_dir)] if run_process(sphinx_cmd) != 0: |
