From 1d754bd1483e92b58b82009b991450f77e3bd2d7 Mon Sep 17 00:00:00 2001 From: Manan Shah Date: Tue, 26 Jul 2022 15:40:53 -0700 Subject: [PATCH] Update `setup.py` to `sphinx >= 5.1.1` (#4) See https://github.com/sphinx-doc/sphinx/issues/10710 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d1f6d5e..9d46d6c 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ def package_files( author_email='team@pyg.org', url='https://github.com/pyg-team/pyg_sphinx_theme', install_requires=[ - 'sphinx>=4.0', + 'sphinx>=5.1.1', 'sphinx_rtd_theme>=1.0', ], package_data={