Skip to content

Commit 40afdfc

Browse files
SebastianBoerlubos
authored andcommitted
samples: crypto: psa_tls: Fix Sphinx link references in README
Remove trailing underscores from CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED link references to fix Sphinx documentation generation. Signed-off-by: Sebastian Bøe <[email protected]>
1 parent 8854240 commit 40afdfc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

doc/nrf/libraries/others/app_jwt.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ To use the library to request a JWT, complete the following steps:
2020
* :kconfig:option:`CONFIG_APP_JWT_VERIFY_SIGNATURE`
2121
* :kconfig:option:`CONFIG_APP_JWT_PRINT_EXPORTED_PUBKEY_DER`
2222
* :kconfig:option:`CONFIG_NRF_SECURITY`
23-
* :Kconfig:option:`CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED`
24-
* :Kconfig:option:`CONFIG_SSF_DEVICE_INFO_SERVICE_ENABLED`
23+
* :kconfig:option:`CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED`
24+
* :kconfig:option:`CONFIG_SSF_DEVICE_INFO_SERVICE_ENABLED`
2525

2626
#. Generate a signing key pair if you do not want to use the IAK Key.
2727
#. Populate the :c:struct:`app_jwt_data` structure with your desired values.

doc/nrf/links.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@
647647

648648
.. _`CONFIG_BT_CTLR_TX_PWR_MINUS`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_BT_CTLR_TX_PWR_MINUS
649649
.. _`CONFIG_BT_CTLR_TX_PWR_PLUS`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_BT_CTLR_TX_PWR_PLUS
650-
.. _`CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED
650+
.. _`PSA CRYPTO SSF SERVICE ENABLED`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED
651651
.. _`Matter factory data Kconfig options`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CHIP_FACTORY_DATA
652652
.. _`Kconfig search results`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_PM_PARTITION_SIZE
653653
.. _`CONFIG_PSA_WANT_*`: https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#!CONFIG_PSA_WANT_*

samples/crypto/psa_tls/README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The table mirrors the test setup used for TLS verification.
111111
- Also supports :ref:`PSA Crypto nrf_oberon driver<nrf_security_drivers_oberon>`
112112
* - ``nrf54h20dk/nrf54h20/cpuapp``
113113
``nrf54h20dk/nrf54h20/cpurad``
114-
- `SSF Crypto <CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED_>`_
114+
- `SSF Crypto <PSA CRYPTO SSF SERVICE ENABLED_>`_
115115
- No
116116
- Yes
117117
- RSA not supported
@@ -143,7 +143,7 @@ The table mirrors the test setup used for TLS verification.
143143
- Also supports :ref:`PSA Crypto nrf_oberon driver<nrf_security_drivers_oberon>`
144144
* - ``nrf54h20dk/nrf54h20/cpuapp``
145145
``nrf54h20dk/nrf54h20/cpurad``
146-
- `SSF Crypto <CONFIG_SSF_PSA_CRYPTO_SERVICE_ENABLED_>`_
146+
- `SSF Crypto <PSA CRYPTO SSF SERVICE ENABLED_>`_
147147
- No
148148
- No
149149
- RSA not supported

0 commit comments

Comments
 (0)