aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/conf_cpta
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-11-14 09:28:14 +0100
committerTibor Frank <tifrank@cisco.com>2020-01-09 09:26:44 +0100
commit164b36d2ef70d70bd2f6ff83b6a50b8b87ef2e13 (patch)
treef659bae86959a1a95ee3300ec7040c8ef8d15230 /resources/tools/presentation/conf_cpta
parent468680a7d534c1f25ad45b5bddc67c601246a909 (diff)
DMM: Remove
Change-Id: Ibbfbed79e473c804390802ae1ecd737b50c06aa3 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf_cpta')
-rw-r--r--resources/tools/presentation/conf_cpta/conf.py9
1 files changed, 5 insertions, 4 deletions
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