Skip to content

Commit

Permalink
Debug autodoc step.
Browse files Browse the repository at this point in the history
  • Loading branch information
jendrikseipp committed Jan 10, 2024
1 parent c0da0be commit 01d5e09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions misc/autodoc/autodoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@

SCRIPT_DIR = os.path.abspath(os.path.dirname(__file__))
REPO_ROOT_DIR = os.path.dirname(os.path.dirname(SCRIPT_DIR))
print("Root:", REPO_ROOT_DIR)
print(os.listdir(REPO_ROOT_DIR))


def parse_args():
Expand Down
2 changes: 1 addition & 1 deletion misc/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ skipsdist = true
deps = -r autodoc/requirements.txt
changedir = {toxinidir}/autodoc/
commands =
bash -c "python3 autodoc.py --dry-run > /dev/null"
bash -c "python3 autodoc.py --dry-run"# > /dev/null"
allowlist_externals =
bash

Expand Down

0 comments on commit 01d5e09

Please sign in to comment.