summaryrefslogtreecommitdiffstats
path: root/lld/docs/conf.py
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2012-04-06 23:47:34 +0000
committerDaniel Dunbar <daniel@zuster.org>2012-04-06 23:47:34 +0000
commiteaa88c8f714b8c7d6ac2f237bce47998968bddf5 (patch)
treef51f8403ab535454d5d8826e7f230f2ddd918331 /lld/docs/conf.py
parent6f71434a3b26fe1ca284731024498c8f0c7ccb09 (diff)
downloadbcm5719-llvm-eaa88c8f714b8c7d6ac2f237bce47998968bddf5.tar.gz
bcm5719-llvm-eaa88c8f714b8c7d6ac2f237bce47998968bddf5.zip
[docs] Start a development guide, and write an introduction to Sphinx based
documentation. llvm-svn: 154228
Diffstat (limited to 'lld/docs/conf.py')
-rw-r--r--lld/docs/conf.py8
1 files changed, 7 insertions, 1 deletions
diff --git a/lld/docs/conf.py b/lld/docs/conf.py
index e1055beec88..00c017f1704 100644
--- a/lld/docs/conf.py
+++ b/lld/docs/conf.py
@@ -146,7 +146,7 @@ html_additional_pages = {'index': 'index.html'}
#html_split_index = False
# If true, links to the reST sources are added to the pages.
-html_show_sourcelink = False
+html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
#html_show_sphinx = True
@@ -243,3 +243,9 @@ texinfo_documents = [
# FIXME: Define intersphinx configration.
intersphinx_mapping = {}
+
+
+# -- Options for extensions ----------------------------------------------------
+
+# Enable this if you want TODOs to show up in the generated documentation.
+#todo_include_todos = False
OpenPOWER on IntegriCloud