Skip to content

Commit 3e918a9

Browse files
authored
FIX: add back cell output on website (#541)
1 parent 762ead5 commit 3e918a9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,7 @@ commands = [
502502
],
503503
]
504504
description = "Build documentation and API through Sphinx"
505+
pass_env = ["*"]
505506
set_env.PYTHONWARNINGS = ""
506507

507508
[tool.tox.env.doclive]
@@ -544,6 +545,7 @@ commands = [
544545
],
545546
]
546547
description = "Set up a server to directly preview changes to the HTML pages"
548+
pass_env = ["*"]
547549

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

611614
[tool.tox.labels]
612615
doc = [

0 commit comments

Comments
 (0)