summaryrefslogtreecommitdiff
path: root/sphinx/templates
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-07-08 18:48:21 +0000
committergeorg.brandl <devnull@localhost>2008-07-08 18:48:21 +0000
commit5ceb259c1a8c2ab4d62705ece8e5c0eca34c625d (patch)
treeabd9b165ba94646468e4f9c9e010476dea9facf8 /sphinx/templates
parentf5ac3748439475661f00654211bce495e42e10fc (diff)
downloadsphinx-5ceb259c1a8c2ab4d62705ece8e5c0eca34c625d.tar.gz
Merged revisions 64733,64743,64755,64795,64803 via svnmerge from
svn+ssh://pythondev@svn.python.org/doctools/branches/0.4.x ........ r64733 | georg.brandl | 2008-07-05 17:04:12 +0200 (Sat, 05 Jul 2008) | 2 lines Ask for common extensions in quickstart. ........ r64743 | georg.brandl | 2008-07-05 18:34:55 +0200 (Sat, 05 Jul 2008) | 2 lines Add a direct link to the examples page. ........ r64755 | georg.brandl | 2008-07-06 07:32:09 +0200 (Sun, 06 Jul 2008) | 2 lines Backport r64750. ........ r64795 | georg.brandl | 2008-07-08 16:48:58 +0200 (Tue, 08 Jul 2008) | 2 lines Use correct filename extension in search. ........ r64803 | georg.brandl | 2008-07-08 20:46:49 +0200 (Tue, 08 Jul 2008) | 2 lines Accept class options for modules too. ........
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/layout.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/sphinx/templates/layout.html b/sphinx/templates/layout.html
index ad88be66..8aad87cd 100644
--- a/sphinx/templates/layout.html
+++ b/sphinx/templates/layout.html
@@ -102,9 +102,10 @@
{%- if builder != 'htmlhelp' %}
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
- URL_ROOT: '{{ pathto("", 1) }}',
- VERSION: '{{ release }}',
- COLLAPSE_MODINDEX: false
+ URL_ROOT: '{{ pathto("", 1) }}',
+ VERSION: '{{ release }}',
+ COLLAPSE_MODINDEX: false,
+ FILE_SUFFIX: '{{ file_suffix }}'
};
</script>
<script type="text/javascript" src="{{ pathto('_static/jquery.js', 1) }}"></script>