From 0054f480f7bdb3c855a9a6d0afa476285094db6b Mon Sep 17 00:00:00 2001 From: DanPuzzuoli Date: Wed, 8 Nov 2023 09:15:13 -0800 Subject: [PATCH] fix frozen module warnings in docs build --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index b81ffb106..bd5724cb5 100644 --- a/tox.ini +++ b/tox.ini @@ -42,6 +42,8 @@ deps = jax jaxlib diffrax +setenv = + PYDEVD_DISABLE_FILE_VALIDATION = 1 commands = sphinx-build -j auto -W -T --keep-going {posargs} docs/ docs/_build/html