Skip to content

Commit

Permalink
FIX: add back cell output on website (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Feb 4, 2025
1 parent ecd47b9 commit edfa4cd
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 @@ -447,6 +447,7 @@ commands = [
],
]
description = "Build documentation and API through Sphinx"
pass_env = ["*"]
set_env.PYTHONWARNINGS = ""

[tool.tox.env.doclive]
Expand Down Expand Up @@ -486,6 +487,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 @@ -532,6 +534,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.env.test]
commands = [
Expand Down

0 comments on commit edfa4cd

Please sign in to comment.