From 27675a7fd0aa341747c17f0be1b3a933f39849ab Mon Sep 17 00:00:00 2001 From: Frances Hartwell Date: Wed, 13 Mar 2024 17:55:38 +0000 Subject: [PATCH] Fix build docs (#384) --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index fe6b112f..ac4adb2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,12 @@ dev = [ 'nbsphinx>=0.5.0,<0.7', 'Sphinx>=1.7.1,<3', 'sphinx_rtd_theme>=0.2.4,<0.5', + 'sphinxcontrib_applehelp<1.0.8', + 'sphinxcontrib-devhelp<1.0.6', + 'sphinxcontrib-htmlhelp<2.0.5', + 'sphinxcontrib_serializinghtml<1.1.10', + 'sphinxcontrib_qthelp<1.0.7', + 'alabaster<0.7.13', # Jinja2>=3 makes the sphinx theme fail 'Jinja2>=2,<3',