aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2021-04-14 10:27:57 +0200
committerTibor Frank <tifrank@cisco.com>2021-04-14 11:11:48 +0000
commit68827d323227c98c90712e809eabc983252b38c9 (patch)
tree2ad416fb4c369fdb0a68333e00941c634df72daf
parent4f7f61257261a99882877cc3ee4a8a7bd32f8b5f (diff)
PAL: Fix path to the theme
Change-Id: I960c575841a92687a1272c905bbcc057de4a737e Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 37f7b3ead9eabc8c8d195ae168565c6f12eb8197)
-rw-r--r--resources/tools/presentation/conf.py2
-rw-r--r--resources/tools/presentation/conf_cpta/conf.py2
-rwxr-xr-xresources/tools/presentation/run_report.sh1
-rw-r--r--resources/tools/presentation/specification.yaml4
4 files changed, 4 insertions, 5 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index 1bff7718ae..716e52dd4d 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -163,7 +163,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 52757efbf7..f006669b80 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
# Install system dependencies
sudo apt-get -y update
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml
index 68777bbaed..59013e54a0 100644
--- a/resources/tools/presentation/specification.yaml
+++ b/resources/tools/presentation/specification.yaml
@@ -3323,8 +3323,8 @@
format:
html:
- full
- pdf:
- - minimal
+# pdf:
+# - minimal
################################################################################
### T A B L E S ###