summaryrefslogtreecommitdiff
path: root/sphinx/builder.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-07-08 18:48:21 +0000
committerGeorg Brandl <georg@python.org>2008-07-08 18:48:21 +0000
commit4fb3723102cb2497eba71f37717de27de5f526e5 (patch)
treeabd9b165ba94646468e4f9c9e010476dea9facf8 /sphinx/builder.py
parentaa74c0b799884ef7294bb0e0f795ae3785724a6b (diff)
downloadsphinx-git-4fb3723102cb2497eba71f37717de27de5f526e5.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/builder.py')
-rw-r--r--sphinx/builder.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/builder.py b/sphinx/builder.py
index afdea2a7b..f9bd9f101 100644
--- a/sphinx/builder.py
+++ b/sphinx/builder.py
@@ -378,6 +378,7 @@ class StandaloneHTMLBuilder(Builder):
docstitle = self.config.html_title,
shorttitle = self.config.html_short_title,
show_sphinx = self.config.html_show_sphinx,
+ file_suffix = self.config.html_file_suffix,
rellinks = rellinks,
builder = self.name,
parents = [],