|
40 | 40 | master_doc = 'index' |
41 | 41 |
|
42 | 42 | # General information about the project. |
43 | | -project = u'Boost.Python NumPy extension' |
44 | | -copyright = u'2011, Stefan Seefeld' |
| 43 | +project = 'Boost.Python NumPy extension' |
| 44 | +copyright = '2011, Stefan Seefeld' |
45 | 45 |
|
46 | 46 | # The version info for the project you're documenting, acts as replacement for |
47 | 47 | # |version| and |release|, also used in various other places throughout the |
|
181 | 181 | # Grouping the document tree into LaTeX files. List of tuples |
182 | 182 | # (source start file, target name, title, author, documentclass [howto/manual]). |
183 | 183 | latex_documents = [ |
184 | | - ('index', 'BoostPythonNumPy.tex', u'Boost.Python NumPy Documentation', |
185 | | - u'Stefan Seefeld', 'manual'), |
| 184 | + ('index', 'BoostPythonNumPy.tex', 'Boost.Python NumPy Documentation', |
| 185 | + 'Stefan Seefeld', 'manual'), |
186 | 186 | ] |
187 | 187 |
|
188 | 188 | # The name of an image file (relative to this directory) to place at the top of |
|
214 | 214 | # One entry per manual page. List of tuples |
215 | 215 | # (source start file, name, description, authors, manual section). |
216 | 216 | man_pages = [ |
217 | | - ('index', 'boostnumpy', u'Boost.Python NumPy Documentation', |
218 | | - [u'Stefan Seefeld'], 1) |
| 217 | + ('index', 'boostnumpy', 'Boost.Python NumPy Documentation', |
| 218 | + ['Stefan Seefeld'], 1) |
219 | 219 | ] |
0 commit comments