~ubuntu-branches/debian/sid/calibre/sid

« back to all changes in this revision

Viewing changes to manual/custom.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-02-27 07:48:06 UTC
  • mto: This revision was merged to the branch mainline in revision 74.
  • Revision ID: package-import@ubuntu.com-20140227074806-64wdebb3ptosxhhx
Tags: upstream-1.25.0+dfsg
ImportĀ upstreamĀ versionĀ 1.25.0+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
249
249
    update_cli_doc('template_ref.rst', raw, info)
250
250
 
251
251
def setup(app):
252
 
    app.add_config_value('kovid_epub_cover', None, False)
253
252
    app.add_builder(EPUBHelpBuilder)
254
253
    app.add_builder(LaTeXHelpBuilder)
255
254
    app.connect('doctree-read', substitute)