Skip to content

Commit d0c2637

Browse files
gmarullmbolivar-nordic
authored andcommitted
[nrf fromtree] doc: fix PDF build issue due to extlink references
LaTeX code generated by Sphinx causes problems when using extlinks in references. Mitigate the problem by just using the extlink role directly. Signed-off-by: Gerard Marull-Paretas <[email protected]> (cherry picked from commit d253847)
1 parent 31cbbc0 commit d0c2637

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

doc/getting_started/installation_win.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ command-prompt. This allows you to use software such as the :ref:`Zephyr SDK
1616
.. warning::
1717
Windows 10 version 1803 has an issue that will cause CMake to not work
1818
properly and is fixed in version 1809 (and later).
19-
More information can be found in `Zephyr Issue 10420`_
19+
More information can be found in :github:`Zephyr Issue 10420 <10420>`.
2020

2121
#. `Install the Windows Subsystem for Linux (WSL)`_.
2222

@@ -33,4 +33,3 @@ command-prompt. This allows you to use software such as the :ref:`Zephyr SDK
3333
the documentation itself here.
3434
3535
.. _Install the Windows Subsystem for Linux (WSL): https://msdn.microsoft.com/en-us/commandline/wsl/install_guide
36-
.. _Zephyr Issue 10420: :github:`10420`

doc/guides/west/why.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,4 @@ West is:
117117
interoperability with third party tools, and means Zephyr developers
118118
can always find out what is happening "under the hood" when using west.
119119

120-
See `Zephyr issue #6205`_ and for more details and discussion.
121-
122-
.. _Zephyr issue #6205:
123-
:github:`6205`
120+
See :github:`Zephyr issue #6205 <6205>` and for more details and discussion.

0 commit comments

Comments
 (0)