diff options
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index 25d071f83..468c160cb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -161,7 +161,7 @@ issues_github_path = "searxng/searxng" notfound_urls_prefix = '/' sys.path.append(os.path.abspath('_themes')) -sys.path.insert(0, os.path.abspath("../utils/")) +sys.path.insert(0, os.path.abspath("../")) html_theme_path = ['_themes'] html_theme = "searxng" |