Skip to content

Commit

Permalink
more CI troubleshooting commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jdye64 committed Feb 19, 2025
1 parent 560319d commit b537645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/sphinx_docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,6 @@ help:
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
pwd
ls -l
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
2 changes: 0 additions & 2 deletions docs/sphinx_docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import sys

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 b537645

Please sign in to comment.