From 48e7bb7947edf78e218c25891a26f6822fd720ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Morais?= <146729917+SMoraisAnsys@users.noreply.github.com> Date: Mon, 29 Apr 2024 07:06:57 +0000 Subject: [PATCH] BUILD: Update doc dependency (#110) This should fix the issue related to flushed values. See: - https://github.com/spatialaudio/nbsphinx/issues/776 - https://github.com/jupyter/nbconvert/issues/2092 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 7200a98fc..199bfb06a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,6 +45,7 @@ doc = [ "jupytext==1.16.1", "matplotlib==3.8.3", "nbsphinx==0.9.3", + "nbconvert < 7.14", "numpydoc==1.6.0", "osmnx", "pytest-sphinx==0.6.0",