Skip to content

Commit

Permalink
Forward the arguments to stb serve
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Dec 4, 2022
1 parent e0dc9b8 commit 9849ec0
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 @@ -79,7 +79,7 @@ def docs_live(session):
session.install("-e", ".", "sphinx-theme-builder[cli]")

# Generate documentation into `build/docs`
session.run("stb", "serve", "docs/")
session.run("stb", "serve", "docs/", *session.posargs)


@nox.session(reuse_venv=True)
Expand Down

0 comments on commit 9849ec0

Please sign in to comment.