Skip to content

Commit

Permalink
chore: update docs nox session (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandhlee authored Jun 28, 2023
1 parent 206d40b commit 46ca0bc
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 @@ -402,7 +402,7 @@ def blacken(session):
session.run("black", *BLACK_PATHS)


@nox.session(python=DEFAULT_PYTHON_VERSION)
@nox.session(python="3.9")
def docs(session):
"""Build the docs."""

Expand Down

0 comments on commit 46ca0bc

Please sign in to comment.