Skip to content

Commit

Permalink
Update conf.py
Browse files Browse the repository at this point in the history
added debug
  • Loading branch information
raysalemi authored Jun 24, 2024
1 parent ec94895 commit faaf447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
src_path = src_path/"pyuvm"
src_path = src_path.resolve().as_posix()
sys.path.insert(0, src_path)
print(sys.path)
print("THIS IS THE SYS PATH: ",sys.path)
# -- General configuration -----------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
Expand Down

0 comments on commit faaf447

Please sign in to comment.