Fix overlong lines.

This commit is contained in:
Georg Brandl 2011-11-01 15:23:16 +01:00
parent c6833609c0
commit a88eb5f0ef
3 changed files with 7 additions and 4 deletions

View File

@ -8,7 +8,8 @@
creates a modules index (named modules.<suffix>). creates a modules index (named modules.<suffix>).
This is derived from the "sphinx-autopackage" script, which is: This is derived from the "sphinx-autopackage" script, which is:
Copyright 2008 Société des arts technologiques (SAT), http://www.sat.qc.ca/ Copyright 2008 Société des arts technologiques (SAT),
http://www.sat.qc.ca/
:copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS. :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details. :license: BSD, see LICENSE for details.

View File

@ -79,7 +79,8 @@ def generate_autosummary_docs(sources, output_dir=None, suffix='.rst',
sources = [os.path.join(base_path, filename) for filename in sources] sources = [os.path.join(base_path, filename) for filename in sources]
# create our own templating environment # create our own templating environment
template_dirs = [os.path.join(package_dir, 'ext', 'autosummary', 'templates')] template_dirs = [os.path.join(package_dir, 'ext',
'autosummary', 'templates')]
if builder is not None: if builder is not None:
# allow the user to override the templates # allow the user to override the templates
template_loader = BuiltinTemplateLoader() template_loader = BuiltinTemplateLoader()

View File

@ -267,8 +267,9 @@ man_pages = [
# (source start file, target name, title, author, # (source start file, target name, title, author,
# dir menu entry, description, category) # dir menu entry, description, category)
texinfo_documents = [ texinfo_documents = [
('%(master_str)s', '%(project_fn)s', u'%(project_doc_str)s', u'%(author_str)s', ('%(master_str)s', '%(project_fn)s', u'%(project_doc_str)s',
'%(project_fn)s', 'One line description of project.', 'Miscellaneous'), u'%(author_str)s', '%(project_fn)s', 'One line description of project.',
'Miscellaneous'),
] ]
# Documents to append as an appendix to all manuals. # Documents to append as an appendix to all manuals.