Skip to content

Commit

Permalink
fix infinite loop again (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock authored Jul 3, 2023
1 parent 5e6cf0b commit 815f6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ def docs_live(session: nox.Session) -> None:
session.install(
"sphinx-theme-builder[cli]@git+https://github.com/pradyunsg/sphinx-theme-builder#egg=d9f620b"
)
session.run("stb", "serve", "docs", "--open-browser", "--re-ignore=locale")
session.run("stb", "serve", "docs", "--open-browser", "--re-ignore=locale|api")


@nox.session()
Expand Down

0 comments on commit 815f6b7

Please sign in to comment.