Skip to content

Commit edfa4cd

Browse files
authored
FIX: add back cell output on website (#318)
1 parent ecd47b9 commit edfa4cd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,7 @@ commands = [
447447
],
448448
]
449449
description = "Build documentation and API through Sphinx"
450+
pass_env = ["*"]
450451
set_env.PYTHONWARNINGS = ""
451452

452453
[tool.tox.env.doclive]
@@ -486,6 +487,7 @@ commands = [
486487
],
487488
]
488489
description = "Set up a server to directly preview changes to the HTML pages"
490+
pass_env = ["*"]
489491

490492
[tool.tox.env.docnb]
491493
base = ["tool.tox.env.doc"]
@@ -532,6 +534,7 @@ allowlist_externals = ["pre-commit"]
532534
base = []
533535
commands = [["pre-commit", "run", "--all-files", {replace = "posargs", extend = true}]]
534536
description = "Perform all linting, formatting, and spelling checks"
537+
pass_env = ["*"]
535538

536539
[tool.tox.env.test]
537540
commands = [

0 commit comments

Comments
 (0)