Skip to content

Commit

Permalink
remove call to non-existant build_generated_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcflugen committed Feb 15, 2024
1 parent ae8e0b9 commit 1de2fca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ def build(session: nox.Session) -> None:
def build_docs(session: nox.Session) -> None:
"""Build the docs."""

build_generated_docs(session)

session.install(
*("-r", "requirements-docs.in"),
*("-r", "requirements.in"),
Expand Down

0 comments on commit 1de2fca

Please sign in to comment.