X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fconf_cpta%2Fconf.py;h=97b39c22219c5f4f8d3071c886a40b4e0a9411ee;hp=c20a5e2996fc03ad39b093329b9cf6d0fe8253e0;hb=164b36d2ef70d70bd2f6ff83b6a50b8b87ef2e13;hpb=468680a7d534c1f25ad45b5bddc67c601246a909 diff --git a/resources/tools/presentation/conf_cpta/conf.py b/resources/tools/presentation/conf_cpta/conf.py index c20a5e2996..97b39c2221 100644 --- a/resources/tools/presentation/conf_cpta/conf.py +++ b/resources/tools/presentation/conf_cpta/conf.py @@ -45,7 +45,7 @@ master_doc = u'index' # General information about the project. project = u'FD.io CSIT' -copyright = u'2018, FD.io' +copyright = u'2020, FD.io' author = u'FD.io CSIT' # The version info for the project you're documenting, acts as replacement for @@ -98,9 +98,10 @@ html_static_path = [u'../_tmp/src/_static'] html_context = { u'css_files': [ - u'_static/theme_overrides.css', # overrides for wide tables in RTD theme - ], - } + # overrides for wide tables in RTD theme + u'_static/theme_overrides.css', + ], +} # If false, no module index is generated. html_domain_indices = True