summaryrefslogtreecommitdiff
path: root/sphinx/quickstart.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-12-15 13:38:39 +0100
committerGeorg Brandl <georg@python.org>2008-12-15 13:38:39 +0100
commitccf4f7068170e90a4f8618c4dcf8cf54b424b1ca (patch)
tree6d104b2e6375e9a9295e3ea488b4323cf0ccd37f /sphinx/quickstart.py
parentbf841f36c1265a31ad82c1f8c4bceac238d3081f (diff)
downloadsphinx-ccf4f7068170e90a4f8618c4dcf8cf54b424b1ca.tar.gz
The new ``html_show_sourcelink`` config value can be used to
switch off the links to the reST sources in the sidebar.
Diffstat (limited to 'sphinx/quickstart.py')
-rw-r--r--sphinx/quickstart.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py
index 1f076575..91213f32 100644
--- a/sphinx/quickstart.py
+++ b/sphinx/quickstart.py
@@ -165,8 +165,8 @@ html_static_path = ['%(dot)sstatic']
# If true, the index is split into individual pages for each letter.
#html_split_index = False
-# If true, the reST sources are included in the HTML build as _sources/<name>.
-#html_copy_source = True
+# If true, links to the reST sources are added to the pages.
+#html_show_sourcelink = True
# If true, an OpenSearch description file will be output, and all pages will
# contain a <link> tag referring to it. The value of this option must be the