|
1 | | -# -*- coding: utf-8 -*- |
2 | 1 | # |
3 | 2 | # RestrictedPython documentation build configuration file, created by |
4 | 3 | # sphinx-quickstart on Thu May 19 12:43:20 2016. |
|
47 | 46 | master_doc = 'index' |
48 | 47 |
|
49 | 48 | # General information about the project. |
50 | | -project = u'RestrictedPython' |
51 | | -copyright = u'2017-2020, Zope Foundation and Contributors' |
52 | | -author = u'The Zope developer community' |
| 49 | +project = 'RestrictedPython' |
| 50 | +copyright = '2017-2022, Zope Foundation and Contributors' |
| 51 | +author = 'The Zope developer community' |
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 |
56 | 55 | # built documents. |
57 | 56 | # |
58 | 57 | # The short X.Y version. |
59 | | -version = u'5.0' |
| 58 | +version = '5.0' |
60 | 59 | # The full version, including alpha/beta/rc tags. |
61 | | -release = u'5.0' |
| 60 | +release = '5.0' |
62 | 61 |
|
63 | 62 | # The language for content autogenerated by Sphinx. Refer to documentation |
64 | 63 | # for a list of supported languages. |
|
240 | 239 | # (source start file, target name, title, |
241 | 240 | # author, documentclass [howto, manual, or own class]). |
242 | 241 | latex_documents = [ |
243 | | - (master_doc, 'RestrictedPython.tex', u'RestrictedPython Documentation', |
244 | | - u'Alexander Loechel', 'manual'), |
| 242 | + (master_doc, 'RestrictedPython.tex', 'RestrictedPython Documentation', |
| 243 | + 'Alexander Loechel', 'manual'), |
245 | 244 | ] |
246 | 245 |
|
247 | 246 | # The name of an image file (relative to this directory) to place at the top of |
|
270 | 269 | # One entry per manual page. List of tuples |
271 | 270 | # (source start file, name, description, authors, manual section). |
272 | 271 | man_pages = [ |
273 | | - (master_doc, 'restrictedpython', u'RestrictedPython Documentation', |
| 272 | + (master_doc, 'restrictedpython', 'RestrictedPython Documentation', |
274 | 273 | [author], 1) |
275 | 274 | ] |
276 | 275 |
|
|
284 | 283 | # (source start file, target name, title, author, |
285 | 284 | # dir menu entry, description, category) |
286 | 285 | texinfo_documents = [ |
287 | | - (master_doc, 'RestrictedPython', u'RestrictedPython Documentation', |
| 286 | + (master_doc, 'RestrictedPython', 'RestrictedPython Documentation', |
288 | 287 | author, 'RestrictedPython', 'One line description of project.', |
289 | 288 | 'Miscellaneous'), |
290 | 289 | ] |
|
0 commit comments