Merge branch 'apple-help' of git://github.com/al45tair/sphinx

This commit is contained in:
Georg Brandl
2015-03-08 15:35:04 +01:00
16 changed files with 591 additions and 19 deletions
+3
View File
@@ -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'),
+2
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.