We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da1be7 commit a61bd74Copy full SHA for a61bd74
packages/help/noxfile.py
@@ -93,7 +93,6 @@ def docfx(session: nox.Session) -> None:
93
# Construct arguments for the helper script
94
args = [
95
"--current-dir", str(CURRENT_DIRECTORY),
96
- "--repo-root", str(REPO_ROOT),
97
]
98
for title, source in DOCS_MAP.items():
99
args.extend(["--doc", title, str(source)])
0 commit comments