|
11 | 11 | # All configuration values have a default; values that are commented out
|
12 | 12 | # serve to show the default.
|
13 | 13 |
|
14 |
| -import sys, os |
15 |
| -from datetime import datetime |
| 14 | +import sys |
| 15 | +import os |
16 | 16 |
|
17 | 17 | # If extensions (or modules to document with autodoc) are in another directory,
|
18 | 18 | # add these directories to sys.path here. If the directory is relative to the
|
|
42 | 42 |
|
43 | 43 | # General information about the project.
|
44 | 44 | project = "CMS"
|
45 |
| -_current_year = datetime.now().year |
46 |
| -copyright = f"{_current_year}, The CMS development team" |
| 45 | +# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-copyright |
| 46 | +copyright = "2011-%Y, The CMS development team" |
47 | 47 |
|
48 | 48 | # The version info for the project you're documenting, acts as replacement for
|
49 | 49 | # |version| and |release|, also used in various other places throughout the
|
50 |
| -# built documents. |
| 50 | +# built documents. Defaults to an empty string. |
51 | 51 | #
|
52 |
| -# The short X.Y version. |
53 |
| -version = '1.5' |
54 |
| -# The full version, including alpha/beta/rc tags. |
55 |
| -release = '1.5.dev0' |
| 52 | +# See: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-version |
| 53 | +# |
| 54 | +# version = '' |
| 55 | +release = "1.5.0" |
56 | 56 |
|
57 | 57 | # The language for content autogenerated by Sphinx. Refer to documentation
|
58 | 58 | # for a list of supported languages.
|
|
104 | 104 | #html_theme_path = []
|
105 | 105 |
|
106 | 106 | # The name for this set of Sphinx documents. If None, it defaults to
|
107 |
| -# "<project> v<release> documentation". |
| 107 | +# "<project> <release> documentation". |
108 | 108 | #html_title = None
|
109 | 109 |
|
110 | 110 | # A shorter title for the navigation bar. Default is the same as html_title.
|
|
0 commit comments