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'