From 40512442a6340991fe5ce75866cb20ee67ca4073 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Wed, 24 Jan 2024 11:43:48 -0500 Subject: [PATCH] docs(rtd): pin nbconvert < 7.14 (#2070) * workaround nbconvert / nbsphinx error affecting pdf build --- autotest/test_notebooks.py | 1 - pyproject.toml | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest/test_notebooks.py b/autotest/test_notebooks.py index 17967c9280..68e24b65cb 100644 --- a/autotest/test_notebooks.py +++ b/autotest/test_notebooks.py @@ -1,5 +1,4 @@ import re -from pathlib import Path from pprint import pprint import pytest diff --git a/pyproject.toml b/pyproject.toml index bb5ebb487b..f232d0fa6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,6 +83,7 @@ doc = [ "ipython[kernel]", "jupytext", "myst-parser", + "nbconvert <7.14.0", "nbsphinx", "PyYAML", "rtds-action",