Fix formatting issues from recent PRs (#6511)

This commit is contained in:
Yuri Sizov
2022-12-24 22:54:18 +03:00
committed by GitHub
parent 407285335f
commit b5318a6c11
2 changed files with 2 additions and 2 deletions

View File

@@ -171,7 +171,7 @@ Supported values for the ``arch`` option are **auto**, **x86_32**, **x86_64**,
::
scons platform=<platform> arch=auto/'auto/x86_32/x86_64/arm32/arm64/rv64/ppc32/ppc64/wasm32
scons platform=<platform> arch={auto|x86_32|x86_64|arm32|arm64|rv64|ppc32|ppc64|wasm32}
This flag appends the value of ``arch`` to resulting binaries when
relevant. The default value ``arch=auto`` detects the architecture

View File

@@ -46,7 +46,7 @@ Advantages
.. seealso::
See :ref:`doc_using_fonts` for guidelines on configuring font imports.
See :ref:`doc_gui_using_fonts` for guidelines on configuring font imports.
Limitations
^^^^^^^^^^^