Skip to content

Commit

Permalink
FIX: add back cell output on website (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Feb 3, 2025
1 parent 762ead5 commit 3e918a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ commands = [
],
]
description = "Build documentation and API through Sphinx"
pass_env = ["*"]
set_env.PYTHONWARNINGS = ""

[tool.tox.env.doclive]
Expand Down Expand Up @@ -544,6 +545,7 @@ commands = [
],
]
description = "Set up a server to directly preview changes to the HTML pages"
pass_env = ["*"]

[tool.tox.env.docnb]
base = ["tool.tox.env.doc"]
Expand Down Expand Up @@ -607,6 +609,7 @@ allowlist_externals = ["pre-commit"]
base = []
commands = [["pre-commit", "run", "--all-files", {replace = "posargs", extend = true}]]
description = "Perform all linting, formatting, and spelling checks"
pass_env = ["*"]

[tool.tox.labels]
doc = [
Expand Down

0 comments on commit 3e918a9

Please sign in to comment.