Skip to content

Commit

Permalink
fixing issue with building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
temuller committed Nov 24, 2023
1 parent 4606a4f commit 93ddd82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
system_packages: true
# system_packages: true # depricated
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
import sys
import os

print(sys.executable)

# to be able to import hostphot
sys.path.insert(0, os.path.abspath("../src"))

Expand Down

0 comments on commit 93ddd82

Please sign in to comment.