Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed May 6, 2022
1 parent 39cd650 commit 31365f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sphinx_automodapi/tests/test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,11 @@ def test_duplicated_warning(tmpdir):

argv = ['-W', '-b', 'html', src_dir, '_build/html']

print(docs_dir)

try:
os.chdir(docs_dir)
print(os.listdir())
status = build_main(argv=argv)
finally:
os.chdir(start_dir)
Expand Down

0 comments on commit 31365f9

Please sign in to comment.