diff options
author | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
commit | aedbdd953d4ea4129273294316c23780cda9cb3b (patch) | |
tree | 5044c2146ca4b1756136040d0b4365685b0c4f84 /doc/conf.py | |
parent | b068e9180365a5d74d4fb02b003d7a05f99ffac3 (diff) | |
download | sphinx-git-aedbdd953d4ea4129273294316c23780cda9cb3b.tar.gz |
Fix more line length and trailing whitespace.
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/conf.py b/doc/conf.py index b3bd71496..e1c89eaee 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -59,7 +59,7 @@ html_use_opensearch = 'http://sphinx.pocoo.org' htmlhelp_basename = 'Sphinxdoc' # Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, document class [howto/manual]). +# (source start file, target name, title, author, documentclass [howto/manual]). latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation', 'Georg Brandl', 'manual', 1)] @@ -125,5 +125,6 @@ def setup(app): app.add_description_unit('directive', 'dir', 'pair: %s; directive', parse_directive) app.add_description_unit('role', 'role', 'pair: %s; role', parse_role) - app.add_description_unit('confval', 'confval', 'pair: %s; configuration value') + app.add_description_unit('confval', 'confval', + 'pair: %s; configuration value') app.add_description_unit('event', 'event', 'pair: %s; event', parse_event) |