Skip to content

Commit 9bfc47a

Browse files
committed
test
Signed-off-by: Grzegorz Ferenc <Grzegorz.Ferenc@nordicsemi.no>
1 parent d873855 commit 9bfc47a

File tree

3 files changed

+6
-29
lines changed

3 files changed

+6
-29
lines changed

doc/tfm/conf.py

+3-4
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@
4343
source_suffix = [".rst", ".md"]
4444
master_doc = "wrapper"
4545

46-
rst_epilog = """
47-
.. include:: /links.txt
48-
"""
46+
linkcheck_ignore = [r"(\.\.(\\|/))+(kconfig|zephyr)"]
4947

5048
exclude_patterns = [
5149
"platform/cypress/psoc64/security/keys/readme.rst"
@@ -92,10 +90,11 @@
9290
# Options for external_content -------------------------------------------------
9391

9492
external_content_contents = [
95-
(NRF_BASE / "doc" / "tfm", "*.rst"),
93+
(NRF_BASE / "doc" / "tfm", "wrapper.rst"),
9694
(TFM_BASE / "docs", "**/*"),
9795
]
9896

97+
9998
def setup(app):
10099
app.add_css_file("css/common.css")
101100
app.add_css_file("css/tfm.css")

doc/tfm/links.txt

-22
This file was deleted.

doc/tfm/wrapper.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Trusted Firmware-M documentation
44
################################
55

6-
This section includes the official `Trusted Firmware-M (TF-M)`_ documentation.
6+
This section includes the official `Trusted Firmware-M (TF-M) <https://www.trustedfirmware.org/projects/tf-m/>`_ documentation.
77
It is provided for reference only and is intended for the developers working on the integration of TF-M in the nRF Connect SDK.
88

9-
The section renders the content of the `official TF-M documentation <Trusted Firmware-M documentation_>`_ as-is using the sources from the downstream `TF-M repository <sdk-trusted-firmware-m_>`_.
9+
The section renders the content of the `official TF-M documentation <https://trustedfirmware-m.readthedocs.io/en/latest/index.html>`_ as-is using the sources from the downstream `TF-M repository <https://github.com/nrfconnect/sdk-trusted-firmware-m>`_.
1010

11-
For information on how TF-M is integrated in the nRF Connect SDK, see the `Security section in the nRF Connect SDK documentation <Security section_>`_.
11+
For information on how TF-M is integrated in the nRF Connect SDK, see the `Security section in the nRF Connect SDK documentation <https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/security.html>`_.
1212

1313
The following table provides an overview of the TF-M features supported and not supported in the nRF Connect SDK.
1414

0 commit comments

Comments
 (0)