diff options
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index e8dd36138..bdf2f8c8d 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -43,6 +43,9 @@ html_context = {'hckey': 'hcval', 'hckey_co': 'wrong_hcval_co'} htmlhelp_basename = 'SphinxTestsdoc' +applehelp_bundle_id = 'org.sphinx-doc.Sphinx.help' +applehelp_disable_external_tools = True + latex_documents = [ ('contents', 'SphinxTests.tex', 'Sphinx Tests Documentation', 'Georg Brandl \\and someone else', 'manual'), |