|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | #
|
3 | 2 | # More Sage Thematic Tutorials documentation build configuration file, created by
|
4 | 3 | # sphinx-quickstart on Fri Apr 28 17:20:28 2017.
|
|
48 | 47 | master_doc = 'index'
|
49 | 48 |
|
50 | 49 | # General information about the project.
|
51 | | -project = u'More Sage Thematic Tutorials' |
52 | | -copyright = u'2017, The Sage Community' |
53 | | -author = u'The Sage Community' |
| 50 | +project = 'More Sage Thematic Tutorials' |
| 51 | +copyright = '2017, The Sage Community' |
| 52 | +author = 'The Sage Community' |
54 | 53 |
|
55 | 54 | # The version info for the project you're documenting, acts as replacement for
|
56 | 55 | # |version| and |release|, also used in various other places throughout the
|
57 | 56 | # built documents.
|
58 | 57 | #
|
59 | 58 | # The short X.Y version.
|
60 | | -version = u'0.1' |
| 59 | +version = '0.1' |
61 | 60 | # The full version, including alpha/beta/rc tags.
|
62 | | -release = u'0.1' |
| 61 | +release = '0.1' |
63 | 62 |
|
64 | 63 | # The language for content autogenerated by Sphinx. Refer to documentation
|
65 | 64 | # for a list of supported languages.
|
|
234 | 233 | # (source start file, target name, title,
|
235 | 234 | # author, documentclass [howto, manual, or own class]).
|
236 | 235 | latex_documents = [
|
237 | | - (master_doc, 'MoreSageThematicTutorials.tex', u'More Sage Thematic Tutorials Documentation', |
238 | | - u'The Sage Community', 'manual'), |
| 236 | + (master_doc, 'MoreSageThematicTutorials.tex', 'More Sage Thematic Tutorials Documentation', |
| 237 | + 'The Sage Community', 'manual'), |
239 | 238 | ]
|
240 | 239 |
|
241 | 240 | # The name of an image file (relative to this directory) to place at the top of
|
|
264 | 263 | # One entry per manual page. List of tuples
|
265 | 264 | # (source start file, name, description, authors, manual section).
|
266 | 265 | man_pages = [
|
267 | | - (master_doc, 'moresagethematictutorials', u'More Sage Thematic Tutorials Documentation', |
| 266 | + (master_doc, 'moresagethematictutorials', 'More Sage Thematic Tutorials Documentation', |
268 | 267 | [author], 1)
|
269 | 268 | ]
|
270 | 269 |
|
|
278 | 277 | # (source start file, target name, title, author,
|
279 | 278 | # dir menu entry, description, category)
|
280 | 279 | texinfo_documents = [
|
281 | | - (master_doc, 'MoreSageThematicTutorials', u'More Sage Thematic Tutorials Documentation', |
| 280 | + (master_doc, 'MoreSageThematicTutorials', 'More Sage Thematic Tutorials Documentation', |
282 | 281 | author, 'MoreSageThematicTutorials', 'One line description of project.',
|
283 | 282 | 'Miscellaneous'),
|
284 | 283 | ]
|
|
0 commit comments