diff options
author | Georg Brandl <georg@python.org> | 2008-12-15 13:38:39 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-12-15 13:38:39 +0100 |
commit | f5cb011e777f50e6af3a4dff7a4343078a63522c (patch) | |
tree | 6d104b2e6375e9a9295e3ea488b4323cf0ccd37f /sphinx/quickstart.py | |
parent | 037954d850e5070eab1b6c3d152dab0d8d684405 (diff) | |
download | sphinx-git-f5cb011e777f50e6af3a4dff7a4343078a63522c.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.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 1f0765756..91213f322 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 |