diff options
| author | Georg Brandl <georg@python.org> | 2008-11-30 20:38:59 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2008-11-30 20:38:59 +0100 |
| commit | f1bd7914bd3fb656b58e7bf72d64bec06f3034d7 (patch) | |
| tree | 4eb347abce49b0417ac0a53734d161f9973914fe /sphinx/builders/htmlhelp.py | |
| parent | c001d82adcbb31d9c392ed5dd77a821f96a0c8db (diff) | |
| download | sphinx-f1bd7914bd3fb656b58e7bf72d64bec06f3034d7.tar.gz | |
Add html_add_permalinks config value.
Diffstat (limited to 'sphinx/builders/htmlhelp.py')
| -rw-r--r-- | sphinx/builders/htmlhelp.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sphinx/builders/htmlhelp.py b/sphinx/builders/htmlhelp.py index 23900f36..20bb0d5c 100644 --- a/sphinx/builders/htmlhelp.py +++ b/sphinx/builders/htmlhelp.py @@ -132,8 +132,7 @@ class HTMLHelpBuilder(StandaloneHTMLBuilder): supported_image_types = ['image/png', 'image/gif', 'image/jpeg'] # don't add links - add_header_links = False - add_definition_links = False + add_permalinks = False def init(self): StandaloneHTMLBuilder.init(self) |
