Skip to content

Commit c4b3f0c

Browse files
author
y-p
committed
BLD: conf.py fixes
1 parent 923a156 commit c4b3f0c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
import sys
1414
import os
15+
from pandas.compat import u
1516

1617
# If extensions (or modules to document with autodoc) are in another directory,
1718
# add these directories to sys.path here. If the directory is relative to the
@@ -211,8 +212,8 @@
211212
# (source start file, target name, title, author, documentclass [howto/manual]).
212213
latex_documents = [
213214
('index', 'pandas.tex',
214-
u'pandas: powerful Python data analysis toolkit',
215-
u'Wes McKinney\n\& PyData Development Team', 'manual'),
215+
u('pandas: powerful Python data analysis toolkit'),
216+
u('Wes McKinney\n\& PyData Development Team'), 'manual'),
216217
]
217218

218219
# The name of an image file (relative to this directory) to place at the top of

0 commit comments

Comments
 (0)