aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py.in
diff options
context:
space:
mode:
authorGalanakis, Minos <minos.galanakis@arm.com>2019-11-07 15:15:05 +0000
committerTamas Ban <tamas.ban@arm.com>2019-11-26 11:04:04 +0000
commit6ccf7ec77cc98612c4ba807c5502c19b47e71162 (patch)
tree808f57df53ef6b2f85ee911257ee339970c5eaa2 /docs/conf.py.in
parent0e823a0b3b188565b24e60952840f9d019c9d7a8 (diff)
downloadtrusted-firmware-m-6ccf7ec77cc98612c4ba807c5502c19b47e71162.tar.gz
Doc: Restructured readme.rst
This patch converts the readme.rst, placed outside of the documentation directory to a quick reference page, using direct linking for hyperlinks. Doing so would allow cgit to render it properly Contents of the file have been moved to the index.rst.in Change-Id: I6769465561ccaf98957af325103bef8b89b71026 Signed-off-by: Galanakis, Minos <minos.galanakis@arm.com>
Diffstat (limited to 'docs/conf.py.in')
-rw-r--r--docs/conf.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py.in b/docs/conf.py.in
index f5d9c14bd8..bc79be7a79 100644
--- a/docs/conf.py.in
+++ b/docs/conf.py.in
@@ -81,7 +81,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This pattern also affects html_static_path and html_extra_path .
-exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
+exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'readme.rst']
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'