From 7361981e6c189dd822ceb9b19e9b7f0c8e3f35e6 Mon Sep 17 00:00:00 2001 From: mohanad0mohamed Date: Wed, 3 Aug 2022 21:38:51 +0200 Subject: [PATCH] Fix naming file --- docs/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d38270a..23a7405 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -31,8 +31,9 @@ import docutils import os import re -# import sys +import sys # sys.path.insert(0, os.path.abspath('.')) +sys.path.append(os.path.abspath('open-source-pdks/docs')) # -- Project information ----------------------------------------------------- @@ -169,7 +170,7 @@ # 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_static_path = ['_static'] +html_static_path = ['_static','open-source-pdks/docs/_static'] # -- Options for manual page output ------------------------------------------