From 328ea86c224ae90e75a2749c8426721a647771b1 Mon Sep 17 00:00:00 2001 From: Julia Putko Date: Mon, 28 Oct 2024 16:57:41 -0700 Subject: [PATCH] unpin sphinx versions --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index cd5ace55db..ba0a3d951f 100644 --- a/setup.py +++ b/setup.py @@ -146,9 +146,9 @@ class BuildError(Exception): "Sphinx==6.2.1", "breathe==4.35.0", "sphinx-fortran==1.1.1", - "sphinx-book-theme==1.0.1", + "sphinx-book-theme", "sphinx-copybutton==0.5.2", - "sphinx-tabs==3.4.4", + "sphinx-tabs", "nbsphinx==0.9.3", "docutils==0.18.1", "torch==2.0.1",