From 1863c6755a5b043c72eac8039a9c40947e781c15 Mon Sep 17 00:00:00 2001 From: Du Phan Date: Wed, 20 Mar 2024 10:30:48 -0400 Subject: [PATCH] update sphix --- docs/requirements.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index da19975..76eaed5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -10,6 +10,6 @@ pillow pylab-sdk pyyaml readthedocs-sphinx-search -sphinx<5 +sphinx>=5 sphinx-gallery sphinx_rtd_theme diff --git a/pyproject.toml b/pyproject.toml index fc207d2..58ef935 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ doc = [ "ipython", "nbsphinx", "readthedocs-sphinx-search", - "sphinx<5", + "sphinx>=5", "sphinx_rtd_theme", "sphinx-gallery", ]