|
48 | 48 | master_doc = 'index' |
49 | 49 |
|
50 | 50 | # General information about the project. |
51 | | -project = u'Tarantool python client library' |
52 | | -copyright = u'2011-2022, tarantool-python AUTHORS' |
| 51 | +project = 'Tarantool python client library' |
| 52 | +copyright = '2011-2022, tarantool-python AUTHORS' |
53 | 53 |
|
54 | 54 | # The version info for the project you're documenting, acts as replacement for |
55 | 55 | # |version| and |release|, also used in various other places throughout the |
|
280 | 280 | # Grouping the document tree into LaTeX files. List of tuples |
281 | 281 | # (source start file, target name, title, author, documentclass [howto/manual]). |
282 | 282 | latex_documents = [ |
283 | | - ('index', 'Tarantoolpythonclientlibrary.tex', u'Tarantool python client library Documentation', |
284 | | - u'tarantool-python AUTHORS', 'manual'), |
| 283 | + ('index', 'Tarantoolpythonclientlibrary.tex', 'Tarantool python client library Documentation', |
| 284 | + 'tarantool-python AUTHORS', 'manual'), |
285 | 285 | ] |
286 | 286 |
|
287 | 287 | # The name of an image file (relative to this directory) to place at the top of |
|
310 | 310 | # One entry per manual page. List of tuples |
311 | 311 | # (source start file, name, description, authors, manual section). |
312 | 312 | man_pages = [ |
313 | | - ('index', 'tarantoolpythonclientlibrary', u'Tarantool python client library Documentation', |
314 | | - [u'tarantool-python AUTHORS'], 1) |
| 313 | + ('index', 'tarantoolpythonclientlibrary', 'Tarantool python client library Documentation', |
| 314 | + ['tarantool-python AUTHORS'], 1) |
315 | 315 | ] |
316 | 316 |
|
317 | 317 | # If true, show URL addresses after external links. |
|
324 | 324 | # (source start file, target name, title, author, |
325 | 325 | # dir menu entry, description, category) |
326 | 326 | texinfo_documents = [ |
327 | | - ('index', 'Tarantoolpythonclientlibrary', u'Tarantool python client library Documentation', |
328 | | - u'tarantool-python AUTHORS', 'Tarantoolpythonclientlibrary', 'One line description of project.', |
| 327 | + ('index', 'Tarantoolpythonclientlibrary', 'Tarantool python client library Documentation', |
| 328 | + 'tarantool-python AUTHORS', 'Tarantoolpythonclientlibrary', 'One line description of project.', |
329 | 329 | 'Miscellaneous'), |
330 | 330 | ] |
331 | 331 |
|
|
0 commit comments