|
1 |
| -# -*- coding: utf-8 -*- |
2 | 1 | #
|
3 | 2 | # python_exameple documentation build configuration file, created by
|
4 | 3 | # sphinx-quickstart on Fri Feb 26 00:29:33 2016.
|
|
12 | 11 | # All configuration values have a default; values that are commented out
|
13 | 12 | # serve to show the default.
|
14 | 13 |
|
15 |
| -import sys |
16 | 14 | import os
|
| 15 | +import sys |
17 | 16 |
|
18 | 17 | # If extensions (or modules to document with autodoc) are in another directory,
|
19 | 18 | # add these directories to sys.path here. If the directory is relative to the
|
|
52 | 51 | master_doc = 'index'
|
53 | 52 |
|
54 | 53 | # General information about the project.
|
55 |
| -project = u'cmake_example' |
56 |
| -copyright = u'2016, Sylvain Corlay' |
57 |
| -author = u'Sylvain Corlay' |
| 54 | +project = 'cmake_example' |
| 55 | +copyright = '2016, Sylvain Corlay' |
| 56 | +author = 'Sylvain Corlay' |
58 | 57 |
|
59 | 58 | # The version info for the project you're documenting, acts as replacement for
|
60 | 59 | # |version| and |release|, also used in various other places throughout the
|
61 | 60 | # built documents.
|
62 | 61 | #
|
63 | 62 | # The short X.Y version.
|
64 |
| -version = u'0.0.1' |
| 63 | +version = '0.0.1' |
65 | 64 | # The full version, including alpha/beta/rc tags.
|
66 |
| -release = u'0.0.1' |
| 65 | +release = '0.0.1' |
67 | 66 |
|
68 | 67 | # The language for content autogenerated by Sphinx. Refer to documentation
|
69 | 68 | # for a list of supported languages.
|
|
228 | 227 | # (source start file, target name, title,
|
229 | 228 | # author, documentclass [howto, manual, or own class]).
|
230 | 229 | latex_documents = [
|
231 |
| - (master_doc, 'cmake_example.tex', u'cmake_example Documentation', |
232 |
| - u'Sylvain Corlay', 'manual'), |
| 230 | + (master_doc, 'cmake_example.tex', 'cmake_example Documentation', |
| 231 | + 'Sylvain Corlay', 'manual'), |
233 | 232 | ]
|
234 | 233 |
|
235 | 234 | # The name of an image file (relative to this directory) to place at the top of
|
|
258 | 257 | # One entry per manual page. List of tuples
|
259 | 258 | # (source start file, name, description, authors, manual section).
|
260 | 259 | man_pages = [
|
261 |
| - (master_doc, 'cmake_example', u'cmake_example Documentation', |
| 260 | + (master_doc, 'cmake_example', 'cmake_example Documentation', |
262 | 261 | [author], 1)
|
263 | 262 | ]
|
264 | 263 |
|
|
272 | 271 | # (source start file, target name, title, author,
|
273 | 272 | # dir menu entry, description, category)
|
274 | 273 | texinfo_documents = [
|
275 |
| - (master_doc, 'cmake_example', u'cmake_example Documentation', |
| 274 | + (master_doc, 'cmake_example', 'cmake_example Documentation', |
276 | 275 | author, 'cmake_example', 'One line description of project.',
|
277 | 276 | 'Miscellaneous'),
|
278 | 277 | ]
|
|
0 commit comments