Skip to content

Commit

Permalink
satisfy linter
Browse files Browse the repository at this point in the history
  • Loading branch information
tasansal committed Mar 5, 2024
1 parent 27f028b commit 4fb543f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ def docs(session: Session) -> None:
ignore = [
'docs/jupyter_execute/tutorials/quickstart.ipynb'
]
args = session.posargs or ["--open-browser", "docs", "docs/_build", "--ignore", *ignore]
args = ["--open-browser", "docs", "docs/_build", "--ignore", *ignore]
args = session.posargs or args
session.install(".")
session.install(
"sphinx",
Expand Down

0 comments on commit 4fb543f

Please sign in to comment.