|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # django-cacheback documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Mon Jul 30 21:40:46 2012. |
|
50 | 49 | master_doc = 'index' |
51 | 50 |
|
52 | 51 | # General information about the project. |
53 | | -project = u'django-cacheback' |
54 | | -copyright = u'2012, David Winterbottom' |
| 52 | +project = 'django-cacheback' |
| 53 | +copyright = '2012, David Winterbottom' |
55 | 54 |
|
56 | 55 | # The version info for the project you're documenting, acts as replacement for |
57 | 56 | # |version| and |release|, also used in various other places throughout the |
|
194 | 193 | # Grouping the document tree into LaTeX files. List of tuples |
195 | 194 | # (source start file, target name, title, author, documentclass [howto/manual]). |
196 | 195 | latex_documents = [ |
197 | | - ('index', 'django-cacheback', u'django-cacheback Documentation', |
198 | | - u'David Winterbottom', 'manual'), |
| 196 | + ('index', 'django-cacheback', 'django-cacheback Documentation', |
| 197 | + 'David Winterbottom', 'manual'), |
199 | 198 | ] |
200 | 199 |
|
201 | 200 | # The name of an image file (relative to this directory) to place at the top of |
|
224 | 223 | # One entry per manual page. List of tuples |
225 | 224 | # (source start file, name, description, authors, manual section). |
226 | 225 | man_pages = [ |
227 | | - ('index', 'django-cacheback', u'django-cacheback Documentation', |
228 | | - [u'David Winterbottom'], 1) |
| 226 | + ('index', 'django-cacheback', 'django-cacheback Documentation', |
| 227 | + ['David Winterbottom'], 1) |
229 | 228 | ] |
230 | 229 |
|
231 | 230 | # If true, show URL addresses after external links. |
|
238 | 237 | # (source start file, target name, title, author, |
239 | 238 | # dir menu entry, description, category) |
240 | 239 | texinfo_documents = [ |
241 | | - ('index', 'django-cacheback', u'django-cacheback Documentation', |
242 | | - u'David Winterbottom', 'django-cacheback', 'One line description of project.', |
| 240 | + ('index', 'django-cacheback', 'django-cacheback Documentation', |
| 241 | + 'David Winterbottom', 'django-cacheback', 'One line description of project.', |
243 | 242 | 'Miscellaneous'), |
244 | 243 | ] |
245 | 244 |
|
|
0 commit comments