diff options
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rw-r--r-- | resources/tools/presentation/conf_cpta/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 1 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 4 |
4 files changed, 4 insertions, 5 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 24c5dddf77..1b8c1f9f29 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -165,7 +165,7 @@ html_theme_options = { # 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/python3.6/site-packages/sphinx_rtd_theme'] +html_theme_path = [u'env/lib/python3.8/site-packages/sphinx_rtd_theme'] # html_static_path = ['_build/_static'] html_static_path = [u'_tmp/src/_static'] diff --git a/resources/tools/presentation/conf_cpta/conf.py b/resources/tools/presentation/conf_cpta/conf.py index 50531d94da..53af4ed68a 100644 --- a/resources/tools/presentation/conf_cpta/conf.py +++ b/resources/tools/presentation/conf_cpta/conf.py @@ -91,7 +91,7 @@ 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/python3.6/site-packages/sphinx_rtd_theme'] +html_theme_path = [u'env/lib/python3.8/site-packages/sphinx_rtd_theme'] # html_static_path = ['_build/_static'] html_static_path = [u'../_tmp/src/_static'] diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 61acac38dc..308c6252ec 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -9,7 +9,6 @@ typeset -A CFG typeset -A DIR DIR[WORKING]=_tmp -CFG[BLD_LATEX]=1 # Create working directories mkdir ${DIR[WORKING]} diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 4d1c801286..3723af2620 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -4125,8 +4125,8 @@ format: html: - full - pdf: - - minimal +# pdf: +# - minimal ################################################################################ ### T A B L E S ### |