We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a749788 commit 1a0f041Copy full SHA for 1a0f041
noxfile.py
@@ -83,7 +83,7 @@ def docs_test(session):
83
def _autobuild_cmd(posargs: list[str], output_dir = OUTPUT_DIR) -> list[str]:
84
cmd = [SPHINX_AUTO_BUILD, *BUILD_PARAMETERS, str(SOURCE_DIR), str(output_dir), *posargs]
85
for folder in AUTOBUILD_IGNORE:
86
- cmd.extend(["--ignore", f"*/{folder}/*"])
+ cmd.extend(["--ignore", f'"{folder}"'])
87
return cmd
88
89
0 commit comments