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 /tests/root/conf.py | |
parent | b068e9180365a5d74d4fb02b003d7a05f99ffac3 (diff) | |
download | sphinx-git-aedbdd953d4ea4129273294316c23780cda9cb3b.tar.gz |
Fix more line length and trailing whitespace.
Diffstat (limited to 'tests/root/conf.py')
-rw-r--r-- | tests/root/conf.py | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/root/conf.py b/tests/root/conf.py index 12951d031..a2054f454 100644 --- a/tests/root/conf.py +++ b/tests/root/conf.py @@ -5,9 +5,6 @@ # # This file is execfile()d with the current directory set to its containing dir. # -# The contents of this file are pickled, so don't put values in the namespace -# that aren't pickleable (module imports are okay, they're removed automatically). -# # All configuration values have a default value; values that are commented out # serve to show the default value. @@ -57,8 +54,8 @@ today_fmt = '%B %d, %Y' # List of documents that shouldn't be included in the build. #unused_docs = [] -# List of directories, relative to source directories, that shouldn't be searched -# for source files. +# List of directories, relative to source directories, that shouldn't be +# searched for source files. exclude_trees = ['_build'] keep_warnings = True @@ -150,7 +147,7 @@ htmlhelp_basename = 'SphinxTestsdoc' #latex_font_size = '10pt' # 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', 'SphinxTests.tex', 'Sphinx Tests Documentation', 'Georg Brandl', 'manual'), |