diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-04-14 10:27:57 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-04-14 13:10:17 +0200 |
commit | 37f7b3ead9eabc8c8d195ae168565c6f12eb8197 (patch) | |
tree | 9bc6d7b34bf8b5e9beea470e55bf57991e64be7a /resources/tools/presentation/conf_cpta | |
parent | 5d871ce45cf74a25768e8456c441c16335d23076 (diff) |
PAL: Fix path to the theme
Change-Id: I960c575841a92687a1272c905bbcc057de4a737e
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/conf_cpta')
-rw-r--r-- | resources/tools/presentation/conf_cpta/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |