From ccebb12545ec425f346d37fed15d81f68558744c Mon Sep 17 00:00:00 2001 From: "Olivia R. Lynn" Date: Thu, 28 Sep 2023 10:03:02 -0400 Subject: [PATCH] Update requirements.txt to unpin sphinx --- docs/requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 847888ae..a1b35287 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,10 +1,10 @@ -sphinx==6.1.3 -sphinx_rtd_theme==1.2.0 -sphinx-autoapi==2.0.1 +sphinx +sphinx_rtd_theme +sphinx-autoapi nbsphinx ipython jupytext jupyter matplotlib eztao -ray \ No newline at end of file +ray