Skip to content

Commit

Permalink
fix: nox
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Apr 18, 2024
1 parent fba6d62 commit 8fc530a
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 @@ -36,7 +36,7 @@ def install_with_group(s: Session, group: str = "dev") -> None:
@session(python=python_versions)
def docs(s: Session) -> None:
"""Build the docs."""
args = ["-aWTE", "docs", "docs/_dist"]
args = ["-aWTE", "docs", "docs/_dist", "-t", "furo"]
sphinx_build = "sphinx-build"

if "--live" in s.posargs:
Expand Down

0 comments on commit 8fc530a

Please sign in to comment.