PAL: Fix path to the theme 73/31973/9
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:10:17 +0000 (13:10 +0200)
Change-Id: I960c575841a92687a1272c905bbcc057de4a737e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/conf.py
resources/tools/presentation/conf_cpta/conf.py
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml

index 24c5ddd..1b8c1f9 100644 (file)
@@ -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']
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 61acac3..308c625 100755 (executable)
@@ -9,7 +9,6 @@ typeset -A CFG
 typeset -A DIR
 
 DIR[WORKING]=_tmp
-CFG[BLD_LATEX]=1
 
 # Create working directories
 mkdir ${DIR[WORKING]}
index 4d1c801..3723af2 100644 (file)
   format:
     html:
     - full
-    pdf:
-    - minimal
+    pdf:
+    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###