From 469ea2c1d5e732716f1db7a464e8f42038feb0e5 Mon Sep 17 00:00:00 2001 From: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com> Date: Wed, 23 Aug 2023 08:16:00 -0400 Subject: [PATCH] pin sphinx --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ea62eb8..d215d14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,7 @@ tests = [ ] docs = [ "pydata-sphinx-theme==0.13.3", + "sphinx==7.1.2", "sphinx_copybutton==0.5.2", "sphinx-notfound-page==0.8.3", ]