Skip to content

Commit

Permalink
fix: noxfile copy pasta (#837)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjchambers authored Oct 30, 2023
1 parent 48cb961 commit 9998e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def docs(session: nox.Session) -> None:
session.run("quarto", "preview", external=True)

@nox.session(name="docs-lint", python=python_versions[0])
def docs_gen(session: nox.Session) -> None:
def docs_lint(session: nox.Session) -> None:
"""Lints the API reference config and lets you know about any missing items"""
install(session, groups=["docs"])

Expand Down

0 comments on commit 9998e78

Please sign in to comment.