Skip to content

Commit 451a0f7

Browse files
Jaime Resanocmaureir
Jaime Resano
authored andcommitted
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]>
1 parent fb81398 commit 451a0f7

File tree

1 file changed

+1
-1
lines changed
  • sources/pyside6/doc/building_from_source

1 file changed

+1
-1
lines changed

sources/pyside6/doc/building_from_source/macOS.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For building the documentation::
7474

7575
.. note:: Keep in mind you need to use the same version as your Qt installation
7676

77-
.. note:: With `uv`_, use `uv pip install ...
77+
.. note:: With `uv`_, use ``uv pip install ...``
7878

7979
Building PySide
8080
~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)