diff options
| author | Georg Brandl <georg@python.org> | 2008-12-29 00:51:51 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-12-29 00:51:51 +0100 |
| commit | 86cc3d89a3882c70fc707895c834106915bd5db4 (patch) | |
| tree | 3eab3628ab1432edcdcf74b3f57e4963815bdeb8 /sphinx/builders/htmlhelp.py | |
| parent | 4bf099d8d918da17f38cd82a099d23a764e0db8c (diff) | |
| download | sphinx-86cc3d89a3882c70fc707895c834106915bd5db4.tar.gz | |
New builder for Qt help collections, by Antonio Valentino.
(This is not finished work yet.)
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
| -rw-r--r-- | sphinx/builders/htmlhelp.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 68d3de28..bb8166ac 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -133,6 +133,8 @@ class HTMLHelpBuilder(StandaloneHTMLBuilder): # don't add links add_permalinks = False + # don't add sidebar etc. + embedded = True def init(self): StandaloneHTMLBuilder.init(self) |
