From 83af83f253b570b01bd095085ec1ef144947ab29 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Wed, 8 May 2024 12:56:25 +0200 Subject: [PATCH 1/2] fix --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' From e4e043b42621081b4c94541e860b4df4de4f0729 Mon Sep 17 00:00:00 2001 From: Fredrik Wrede Date: Wed, 8 May 2024 13:02:01 +0200 Subject: [PATCH 2/2] fix --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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