From 00190d80720c2758bd8ba311fbe0b239379f3bb2 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Tue, 1 Oct 2024 15:06:28 +0200 Subject: [PATCH] Update `pyproject.toml` --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b663f55..bec32768 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,12 +85,11 @@ docs = [ "setuptools_scm", "importlib_metadata", "sphinx_rtd_theme>=0.3", - "sphinx_autodoc_typehints<=1.6", + "sphinx_autodoc_typehints>=1.10.3", "sphinxcontrib-bibtex>=2.3.0", - "Jinja2<3.1", # converting notebooks to html "ipykernel", - "sphinx>=1.7", + "sphinx>=1.7,<8.0", "nbsphinx>=0.7,<0.8.7" ]