Skip to content

Commit 10ef204

Browse files
ichard26webknjaz
andauthored
Update noxfile.py
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <[email protected]>
1 parent 033c31c commit 10ef204

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

noxfile.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,7 @@ def get_sphinx_build_command(kind: str) -> List[str]:
146146
return [
147147
"sphinx-build",
148148
"--keep-going",
149-
"--tag",
150-
kind,
149+
f"--tag={kind !s}",
151150
"-W",
152151
"-c", "docs/html", # see note above
153152
"-d", "docs/build/doctrees/" + kind,

0 commit comments

Comments
 (0)