From fb76c474f0651b22582d79372290b33e1d831a94 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Wed, 8 May 2024 13:22:48 +0200 Subject: [PATCH] Bug/SK-841 | Fix docs build after folder refactor #602 --- .readthedocs.yaml | 2 +- docs/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bc45dc53b..a1e30fdef 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,5 +11,5 @@ sphinx: python: install: - method: pip - path: ./fedn + path: . - requirements: docs/requirements.txt diff --git a/docs/conf.py b/docs/conf.py index 913c35d9c..cdbba39e5 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -4,7 +4,7 @@ import sphinx_rtd_theme # noqa: F401 # Insert path -sys.path.insert(0, os.path.abspath('../fedn')) +sys.path.insert(0, os.path.abspath('..')) # Project info project = 'FEDn'