From aefa20c6b0df5daf85161e85e7d56531cd70737d Mon Sep 17 00:00:00 2001 From: Orhan Eroglu <32553057+erogluorhan@users.noreply.github.com> Date: Wed, 27 Mar 2024 22:00:31 -0600 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 12a7ec7..2598182 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,7 @@ include_package_data=True, install_requires=[ "sphinx-book-theme>=1.0.0", + "sphinx>=5.0", ], packages=find_packages(), entry_points={"sphinx.html_themes": ["sphinx_pythia_theme = sphinx_pythia_theme"]},