Skip to content

Commit

Permalink
more debug with listdir
Browse files Browse the repository at this point in the history
  • Loading branch information
Mandeep Singh Baines committed Sep 11, 2020
1 parent f3b792d commit b54f5a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@

sys.path.insert(0, os.path.abspath("../.."))
sys.path.insert(0, pytorch_sphinx_theme.get_html_theme_path())
sys.path.insert(0, os.path.join(pytorch_sphinx_theme.get_html_theme_path(), "pytorch_sphinx_theme"))

logging.warn("Mandeep")
print("Mandeep")
print(sys.path)
for x in os.listdir(os.path.join(pytorch_sphinx_theme.get_html_theme_path(), "pytorch_sphinx_theme")):
print("Mandeep", x)

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

Expand Down

0 comments on commit b54f5a7

Please sign in to comment.