|
1 | | -# -*- coding: utf-8 -*- |
2 | | -# |
3 | 1 | # flask-script documentation build configuration file, created by |
4 | 2 | # sphinx-quickstart on Wed Jun 23 08:26:41 2010. |
5 | 3 | # |
|
40 | 38 | master_doc = 'index' |
41 | 39 |
|
42 | 40 | # General information about the project. |
43 | | -project = u'Flask-MongoEngine' |
44 | | -copyright = u'2010-2020, Streetlife and others' |
| 41 | +project = 'Flask-MongoEngine' |
| 42 | +copyright = '2010-2020, Streetlife and others' |
45 | 43 |
|
46 | 44 | # The version info for the project you're documenting, acts as replacement for |
47 | 45 | # |version| and |release|, also used in various other places throughout the |
|
183 | 181 | # Grouping the document tree into LaTeX files. List of tuples |
184 | 182 | # (source start file, target name, title, author, documentclass [howto/manual]). |
185 | 183 | latex_documents = [ |
186 | | - ('index', 'flask-mongoengine.tex', u'Flask-MongoEngine Documentation', |
187 | | - u'Ross Lawley', 'manual'), |
| 184 | + ('index', 'flask-mongoengine.tex', 'Flask-MongoEngine Documentation', |
| 185 | + 'Ross Lawley', 'manual'), |
188 | 186 | ] |
189 | 187 |
|
190 | 188 | # The name of an image file (relative to this directory) to place at the top of |
|
216 | 214 | # One entry per manual page. List of tuples |
217 | 215 | # (source start file, name, description, authors, manual section). |
218 | 216 | man_pages = [ |
219 | | - ('index', 'flask-mongoengine', u'Flask-MongoEngine Documentation', |
220 | | - [u'Ross Lawley', u'Dan Jacob', u'Marat Khabibullin'], 1) |
| 217 | + ('index', 'flask-mongoengine', 'Flask-MongoEngine Documentation', |
| 218 | + ['Ross Lawley', 'Dan Jacob', 'Marat Khabibullin'], 1) |
221 | 219 | ] |
0 commit comments