forked from pool/python-logutils
16 lines
650 B
Diff
16 lines
650 B
Diff
|
Index: logutils-0.3.5/doc/conf.py
|
||
|
===================================================================
|
||
|
--- logutils-0.3.5.orig/doc/conf.py
|
||
|
+++ logutils-0.3.5/doc/conf.py
|
||
|
@@ -171,8 +171,8 @@ htmlhelp_basename = 'Logutilsdoc'
|
||
|
# Grouping the document tree into LaTeX files. List of tuples
|
||
|
# (source start file, target name, title, author, document class [howto/manual]).
|
||
|
latex_documents = [
|
||
|
- ('index', 'Logutils.tex', ur'Logutils Documentation',
|
||
|
- ur'Vinay Sajip', 'manual'),
|
||
|
+ ('index', 'Logutils.tex', 'Logutils Documentation',
|
||
|
+ 'Vinay Sajip', 'manual'),
|
||
|
]
|
||
|
|
||
|
# The name of an image file (relative to this directory) to place at the top of
|