Skip to content

Commit a61bd74

Browse files
committed
remove repo root
1 parent 1da1be7 commit a61bd74

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/help/noxfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def docfx(session: nox.Session) -> None:
9393
# Construct arguments for the helper script
9494
args = [
9595
"--current-dir", str(CURRENT_DIRECTORY),
96-
"--repo-root", str(REPO_ROOT),
9796
]
9897
for title, source in DOCS_MAP.items():
9998
args.extend(["--doc", title, str(source)])

0 commit comments

Comments
 (0)