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 = [