Added tests for Apple Help generation.

This commit is contained in:
Alastair Houghton
2015-01-15 13:17:01 +00:00
parent 5aa7f6bd80
commit d2d202f160
4 changed files with 65 additions and 3 deletions

View File

@@ -42,6 +42,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'),

View File

@@ -0,0 +1,2 @@
This file should be included in the final bundle by the applehelp builder.
It should be ignored by other builders.