X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fconf_cpta%2Fconf.py;h=50531d94da97d27b8a063cda7137237b66194d1c;hp=c20a5e2996fc03ad39b093329b9cf6d0fe8253e0;hb=e0ad96405ff315c84dfb14ef5ab1928b06335c6f;hpb=cbfa26dc0f5334bcd367c161b4eaad342355bbde diff --git a/resources/tools/presentation/conf_cpta/conf.py b/resources/tools/presentation/conf_cpta/conf.py index c20a5e2996..50531d94da 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 @@ -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