Skip to content

Commit

Permalink
Bug/SK-841 | Fix docs build after folder refactor #602
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed May 8, 2024
1 parent cbc7dbc commit fb76c47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sphinx:
python:
install:
- method: pip
path: ./fedn
path: .
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fb76c47

Please sign in to comment.