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 9119a88 commit bbca439
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 @@ -6,6 +6,7 @@
import sys

sys.path.insert(0, os.path.abspath("../../../api/src")) # nv-ingest-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 bbca439

Please sign in to comment.