Skip to content

Commit 815f6b7

Browse files
authored
fix infinite loop again (#1364)
1 parent 5e6cf0b commit 815f6b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def docs_live(session: nox.Session) -> None:
9191
session.install(
9292
"sphinx-theme-builder[cli]@git+https://github.com/pradyunsg/sphinx-theme-builder#egg=d9f620b"
9393
)
94-
session.run("stb", "serve", "docs", "--open-browser", "--re-ignore=locale")
94+
session.run("stb", "serve", "docs", "--open-browser", "--re-ignore=locale|api")
9595

9696

9797
@nox.session()

0 commit comments

Comments
 (0)