aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc
diff options
context:
space:
mode:
authorJaime Resano <[email protected]>2025-04-03 07:56:25 +0200
committerCristian Maureira-Fredes <[email protected]>2025-04-04 08:13:24 +0000
commit451a0f73d7e6cd31cebd1d94ff5cf8d1f189078a (patch)
tree2a6ed18c9897b814fbaffc09e8ee2f856b641836 /sources/pyside6/doc
parentfb81398a9e1602e0c1d4f150f4aae976614b526c (diff)
doc: Fix unclosed command formatting
Currently there is an unclosed backtick (`) which shows the following error while building the documentation: sources\pyside6\doc\building_from_source/macOS.rst:77: WARNING: Inline interpreted text or phrase reference start-string without end-string. This patch fixes the issue. Pick-to: 6.9 Change-Id: I37ae34ca12e249e219ae765f121ee2f1bb2d371c Reviewed-by: Cristian Maureira-Fredes <[email protected]>
Diffstat (limited to 'sources/pyside6/doc')
-rw-r--r--sources/pyside6/doc/building_from_source/macOS.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/doc/building_from_source/macOS.rst b/sources/pyside6/doc/building_from_source/macOS.rst
index dca804cba..67a3d48ed 100644
--- a/sources/pyside6/doc/building_from_source/macOS.rst
+++ b/sources/pyside6/doc/building_from_source/macOS.rst
@@ -74,7 +74,7 @@ For building the documentation::
.. note:: Keep in mind you need to use the same version as your Qt installation
-.. note:: With `uv`_, use `uv pip install ...
+.. note:: With `uv`_, use ``uv pip install ...``
Building PySide
~~~~~~~~~~~~~~~