Skip to content

Commit

Permalink
Merge branch 'master' into feature/SK-839
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorvaladi authored May 10, 2024
2 parents 425c352 + fb76c47 commit d1faad7
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 d1faad7

Please sign in to comment.