Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed May 6, 2022
1 parent d8161e1 commit 5b1fb9d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sphinx_automodapi/tests/test_cases.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@ def test_duplicated_warning(tmpdir):
input_dir = os.path.join(os.path.dirname(__file__), 'duplicated_warning', 'docs')
docs_dir = tmpdir.mkdir('docs').strpath

conf = deepcopy(DEFAULT_CONF)
conf.update({'automodapi_toctreedirnm': 'api',
'automodapi_writereprocessed': True,
'automodsumm_writereprocessed': True})

start_dir = os.path.abspath('.')
src_dir = '.'
print(input_dir)
Expand Down

0 comments on commit 5b1fb9d

Please sign in to comment.