Skip to content

Commit

Permalink
Fix missing package in nox session
Browse files Browse the repository at this point in the history
  • Loading branch information
francbartoli committed Apr 6, 2024
1 parent 6f24232 commit 93d0f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ def docs_build(session: NoxPoetrySession) -> None:
"mkdocs-material",
"mkdocs-material-extras",
"mkdocs-material-extensions",
"termynal",
)

build_dir = Path("docs_build", "site")
Expand All @@ -232,6 +233,7 @@ def docs(session: NoxPoetrySession) -> None:
"mkdocs-material",
"mkdocs-material-extras",
"mkdocs-material-extensions",
"termynal",
)

build_dir = Path("docs_build", "site")
Expand Down

0 comments on commit 93d0f49

Please sign in to comment.