|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # libsass documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Sun Aug 19 22:45:57 2012. |
|
48 | 47 | master_doc = 'index' |
49 | 48 |
|
50 | 49 | # General information about the project. |
51 | | -project = u'libsass' |
52 | | -copyright = u'2012, Hong Minhee' |
| 50 | +project = 'libsass' |
| 51 | +copyright = '2012, Hong Minhee' |
53 | 52 |
|
54 | 53 | # The version info for the project you're documenting, acts as replacement for |
55 | 54 | # |version| and |release|, also used in various other places throughout the |
|
194 | 193 | # (source start file, target name, title, author, documentclass [howto/manual]). |
195 | 194 | latex_documents = [ |
196 | 195 | ( |
197 | | - 'index', 'libsass.tex', u'libsass Documentation', |
198 | | - u'Hong Minhee', 'manual', |
| 196 | + 'index', 'libsass.tex', 'libsass Documentation', |
| 197 | + 'Hong Minhee', 'manual', |
199 | 198 | ), |
200 | 199 | ] |
201 | 200 |
|
|
226 | 225 | # (source start file, name, description, authors, manual section). |
227 | 226 | man_pages = [ |
228 | 227 | ( |
229 | | - 'index', 'libsass', u'libsass Documentation', |
230 | | - [u'Hong Minhee'], 1, |
| 228 | + 'index', 'libsass', 'libsass Documentation', |
| 229 | + ['Hong Minhee'], 1, |
231 | 230 | ), |
232 | 231 | ] |
233 | 232 |
|
|
242 | 241 | # dir menu entry, description, category) |
243 | 242 | texinfo_documents = [ |
244 | 243 | ( |
245 | | - 'index', 'libsass', u'libsass Documentation', |
246 | | - u'Hong Minhee', 'libsass', 'One line description of project.', |
| 244 | + 'index', 'libsass', 'libsass Documentation', |
| 245 | + 'Hong Minhee', 'libsass', 'One line description of project.', |
247 | 246 | 'Miscellaneous', |
248 | 247 | ), |
249 | 248 | ] |
|
0 commit comments