Skip to content

Commit

Permalink
Add another relative location to sys.path for CI resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Feb 19, 2025
1 parent bbca439 commit 560319d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

sys.path.insert(0, os.path.abspath("../../../api/src")) # nv-ingest-api src
sys.path.insert(1, os.path.abspath("../../api/src"))
sys.path.insert(1, os.path.abspath("../../../../api/src"))
print(f"!!!!!sys.path: {sys.path}")

project = "nv-ingest"
Expand Down

0 comments on commit 560319d

Please sign in to comment.