Skip to content

Commit

Permalink
[doc] add debug info in doc build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
unitasium committed Sep 19, 2024
1 parent e78112f commit bdc2ada
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))

sys.path.insert(0, os.path.abspath(os.path.join('..', '..')))
print(f'sys.path: {sys.path}')

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit bdc2ada

Please sign in to comment.