|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # Zeep documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Fri Mar 4 16:51:06 2016. |
|
52 | 51 | master_doc = 'index' |
53 | 52 |
|
54 | 53 | # General information about the project. |
55 | | -project = u'Zeep' |
56 | | -copyright = u'2016, <a href="https://www.mvantellingen.nl/">Michael van Tellingen</a>' |
57 | | -author = u'Michael van Tellingen' |
| 54 | +project = 'Zeep' |
| 55 | +copyright = '2016, <a href="https://www.mvantellingen.nl/">Michael van Tellingen</a>' |
| 56 | +author = 'Michael van Tellingen' |
58 | 57 |
|
59 | 58 |
|
60 | 59 | # The version info for the project you're documenting, acts as replacement for |
|
249 | 248 | # (source start file, target name, title, |
250 | 249 | # author, documentclass [howto, manual, or own class]). |
251 | 250 | latex_documents = [ |
252 | | - (master_doc, 'Zeep.tex', u'Zeep Documentation', |
253 | | - u'Michael van Tellingen', 'manual'), |
| 251 | + (master_doc, 'Zeep.tex', 'Zeep Documentation', |
| 252 | + 'Michael van Tellingen', 'manual'), |
254 | 253 | ] |
255 | 254 |
|
256 | 255 | # The name of an image file (relative to this directory) to place at the top of |
|
293 | 292 | # (source start file, target name, title, author, |
294 | 293 | # dir menu entry, description, category) |
295 | 294 | texinfo_documents = [ |
296 | | - (master_doc, 'Zeep', u'Zeep Documentation', |
| 295 | + (master_doc, 'Zeep', 'Zeep Documentation', |
297 | 296 | author, 'Zeep', 'One line description of project.', |
298 | 297 | 'Miscellaneous'), |
299 | 298 | ] |
|
0 commit comments