diff options
author | Georg Brandl <georg@python.org> | 2008-07-08 18:48:21 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-07-08 18:48:21 +0000 |
commit | 4fb3723102cb2497eba71f37717de27de5f526e5 (patch) | |
tree | abd9b165ba94646468e4f9c9e010476dea9facf8 /sphinx/builder.py | |
parent | aa74c0b799884ef7294bb0e0f795ae3785724a6b (diff) | |
download | sphinx-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.py | 1 |
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 = [], |