Report: Configure Report 2001
[csit.git] / resources / tools / presentation / conf_cpta / conf.py
index c20a5e2..50531d9 100644 (file)
@@ -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
@@ -91,16 +91,17 @@ html_theme = u'sphinx_rtd_theme'
 # Add any paths that contain custom static files (such as style sheets) here,
 # relative to this directory. They are copied after the builtin static files,
 # so a file named "default.css" will overwrite the builtin "default.css".
-html_theme_path = [u'env/lib/python2.7/site-packages/sphinx_rtd_theme']
+html_theme_path = [u'env/lib/python3.6/site-packages/sphinx_rtd_theme']
 
 # html_static_path = ['_build/_static']
 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