diff --git a/setup.py b/setup.py index ebf8e99..ad35bb4 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ REQUIRED = [ DEV_REQUIRED = [ # For documentations "sphinx", - "sphinx_rtd_theme", + "sphinx_book_theme", # CI dependencies "pytest>=3", "wheel",