Skip to content

Commit

Permalink
faster docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
ioangatop committed Mar 19, 2024
1 parent 1da1115 commit 895194a
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 @@ -143,7 +143,7 @@ def bump(session: nox.Session) -> None:
def docs(session: nox.Session) -> None:
"""Builds and deploys the code documentation."""
args = session.posargs or []
session.run_always("pdm", "install", "--group", "docs", external=True)
session.run_always("pdm", "install", "--no-default", "--group", "docs", external=True)
session.run("pdm", "run", "mike", *args)


Expand Down

0 comments on commit 895194a

Please sign in to comment.