Skip to content

Commit 2b09c9c

Browse files
authored
FIX: add back cell output on website (#455)
1 parent 81e31d6 commit 2b09c9c

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
@@ -507,6 +507,7 @@ commands = [
507507
],
508508
]
509509
description = "Build documentation and API through Sphinx"
510+
pass_env = ["*"]
510511
set_env.PYTHONWARNINGS = ""
511512

512513
[tool.tox.env.doclive]
@@ -538,6 +539,7 @@ commands = [
538539
],
539540
]
540541
description = "Set up a server to directly preview changes to the HTML pages"
542+
pass_env = ["*"]
541543

542544
[tool.tox.env.docnb]
543545
base = ["tool.tox.env.doc"]
@@ -587,6 +589,7 @@ allowlist_externals = ["pre-commit"]
587589
base = []
588590
commands = [["pre-commit", "run", "--all-files", {replace = "posargs", extend = true}]]
589591
description = "Perform all linting, formatting, and spelling checks"
592+
pass_env = ["*"]
590593

591594
[tool.tox.labels]
592595
doc = [

0 commit comments

Comments
 (0)