From 23c874671ac76d7a5edd8e4b650c2f11e48dce40 Mon Sep 17 00:00:00 2001 From: Rufai Omowunmi Balogun <rbalogun@eurac.edu> Date: Thu, 26 Oct 2023 10:09:02 +0200 Subject: [PATCH] update readthedocs conf --- docs/source/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f1d27c1..579bfd2 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -15,7 +15,7 @@ author = 'Rufai Omowunmi Balogun' extensions = [] -templates_path = ['_templates'] +templates_path = ['docs/source/_templates'] exclude_patterns = [] @@ -24,4 +24,4 @@ exclude_patterns = [] # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output html_theme = 'sphinx_rtd_theme' -html_static_path = ['_static'] +html_static_path = ['docs/source/_static'] -- GitLab