From edfa4cd9442c71609d636b9dce182f226576f2eb Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:29:27 +0100 Subject: [PATCH] FIX: add back cell output on website (#318) --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 2daf18f1..3bcc8c3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -447,6 +447,7 @@ commands = [ ], ] description = "Build documentation and API through Sphinx" +pass_env = ["*"] set_env.PYTHONWARNINGS = "" [tool.tox.env.doclive] @@ -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"] @@ -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 = [