aboutsummaryrefslogtreecommitdiffstats
path: root/docs/components
diff options
context:
space:
mode:
authorImre Kis <imre.kis@arm.com>2020-02-03 14:48:21 +0100
committerImre Kis <imre.kis@arm.com>2020-02-03 15:19:43 +0100
commit8d52e16b45f1d4fbb16ea3a512e9bd56666e4f8e (patch)
tree5c6e3ecd383d3147cbcc4afc4f40f17b10f007bc /docs/components
parent989429e8726e55bac78292ead4400649350c4565 (diff)
downloadplatform_external_arm-trusted-firmware-8d52e16b45f1d4fbb16ea3a512e9bd56666e4f8e.tar.gz
platform_external_arm-trusted-firmware-8d52e16b45f1d4fbb16ea3a512e9bd56666e4f8e.tar.bz2
platform_external_arm-trusted-firmware-8d52e16b45f1d4fbb16ea3a512e9bd56666e4f8e.zip
doc: Remove backquotes from external hyperlinks
Since Sphinx 2.3.0 backquotes are replaced to \textasciigrave{} during building latexpdf. Using this element in a \sphinxhref{} breaks the build. In order to avoid this error backquotes must not be used in external hyperlinks. Signed-off-by: Imre Kis <imre.kis@arm.com> Change-Id: Ie3cf454427e3d5a7b7f9829b42be45aebda7f0dd
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/exception-handling.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/exception-handling.rst b/docs/components/exception-handling.rst
index 3f386854f..e330a62a4 100644
--- a/docs/components/exception-handling.rst
+++ b/docs/components/exception-handling.rst
@@ -467,7 +467,7 @@ SMCs from Non-secure world are synchronous exceptions, and are mechanisms for
Non-secure world to request Secure services. They're broadly classified as
*Fast* or *Yielding* (see `SMCCC`__).
-.. __: `http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html`
+.. __: http://infocenter.arm.com/help/topic/com.arm.doc.den0028a/index.html
- *Fast* SMCs are atomic from the caller's point of view. I.e., they return
to the caller only when the Secure world has finished serving the request.
@@ -621,6 +621,6 @@ The |EHF| has the following limitations:
--------------
-*Copyright (c) 2018-2019, Arm Limited and Contributors. All rights reserved.*
+*Copyright (c) 2018-2020, Arm Limited and Contributors. All rights reserved.*
.. _SDEI specification: http://infocenter.arm.com/help/topic/com.arm.doc.den0054a/ARM_DEN0054A_Software_Delegated_Exception_Interface.pdf