PAL: Fix path to the theme 82/31882/1
authorTibor Frank <tifrank@cisco.com>
Wed, 14 Apr 2021 08:27:57 +0000 (10:27 +0200)
committerTibor Frank <tifrank@cisco.com>
Wed, 14 Apr 2021 11:11:48 +0000 (11:11 +0000)
Change-Id: I960c575841a92687a1272c905bbcc057de4a737e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 37f7b3ead9eabc8c8d195ae168565c6f12eb8197)

resources/tools/presentation/conf.py
resources/tools/presentation/conf_cpta/conf.py
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml

index 1bff771..716e52d 100644 (file)
@@ -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']
index 50531d9..53af4ed 100644 (file)
@@ -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']
index 52757ef..f006669 100755 (executable)
@@ -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
index 68777bb..59013e5 100644 (file)
   format:
     html:
     - full
-    pdf:
-    - minimal
+    pdf:
+    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###