|
19 | 19 |
|
20 | 20 | # -- Project information ----------------------------------------------------- |
21 | 21 |
|
22 | | -project = u"MIS Builder" |
| 22 | +project = "MIS Builder" |
23 | 23 | year = datetime.now().year |
24 | | -copyright = u"%s, Odoo Community Association (OCA)" % year |
25 | | -author = u"Odoo Community Association (OCA)" |
| 24 | +copyright = "%s, Odoo Community Association (OCA)" % year |
| 25 | +author = "Odoo Community Association (OCA)" |
26 | 26 |
|
27 | 27 | # The short X.Y version |
28 | | -version = u"3.2" |
| 28 | +version = "3.2" |
29 | 29 | # The full version, including alpha/beta/rc tags |
30 | 30 | release = version |
31 | 31 |
|
|
63 | 63 | # List of patterns, relative to source directory, that match files and |
64 | 64 | # directories to ignore when looking for source files. |
65 | 65 | # This pattern also affects html_static_path and html_extra_path . |
66 | | -exclude_patterns = [u"_build", "Thumbs.db", ".DS_Store"] |
| 66 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
67 | 67 |
|
68 | 68 | # The name of the Pygments (syntax highlighting) style to use. |
69 | 69 | pygments_style = "sphinx" |
|
145 | 145 | ( |
146 | 146 | master_doc, |
147 | 147 | "MISBuilder.tex", |
148 | | - u"MIS Builder Documentation", |
149 | | - u"Odoo Community Association (OCA)", |
| 148 | + "MIS Builder Documentation", |
| 149 | + "Odoo Community Association (OCA)", |
150 | 150 | "manual", |
151 | 151 | ) |
152 | 152 | ] |
|
156 | 156 |
|
157 | 157 | # One entry per manual page. List of tuples |
158 | 158 | # (source start file, name, description, authors, manual section). |
159 | | -man_pages = [(master_doc, "misbuilder", u"MIS Builder Documentation", [author], 1)] |
| 159 | +man_pages = [(master_doc, "misbuilder", "MIS Builder Documentation", [author], 1)] |
160 | 160 |
|
161 | 161 |
|
162 | 162 | # -- Options for Texinfo output ---------------------------------------------- |
|
168 | 168 | ( |
169 | 169 | master_doc, |
170 | 170 | "MISBuilder", |
171 | | - u"MIS Builder Documentation", |
| 171 | + "MIS Builder Documentation", |
172 | 172 | author, |
173 | 173 | "MISBuilder", |
174 | 174 | "One line description of project.", |
|
0 commit comments