diff --git a/setup.py b/setup.py index 6ecc1633..86b4d94d 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ CLASSIFIERS = [ ] INSTALL_REQUIRES = [] EXTRAS_REQUIRE = { - "docs": ["sphinx", "sphinx-rtd-theme", "zope.interface"], + "docs": ["furo", "sphinx", "zope.interface"], "tests_no_zope": [ # 5.0 introduced toml; parallel was broken until 5.0.2 "coverage[toml]>=5.0.2",