Fix theme dependency
This commit is contained in:
parent
ffe49c8241
commit
0343927ecd
2
setup.py
2
setup.py
|
@ -37,7 +37,7 @@ CLASSIFIERS = [
|
||||||
]
|
]
|
||||||
INSTALL_REQUIRES = []
|
INSTALL_REQUIRES = []
|
||||||
EXTRAS_REQUIRE = {
|
EXTRAS_REQUIRE = {
|
||||||
"docs": ["sphinx", "sphinx-rtd-theme", "zope.interface"],
|
"docs": ["furo", "sphinx", "zope.interface"],
|
||||||
"tests_no_zope": [
|
"tests_no_zope": [
|
||||||
# 5.0 introduced toml; parallel was broken until 5.0.2
|
# 5.0 introduced toml; parallel was broken until 5.0.2
|
||||||
"coverage[toml]>=5.0.2",
|
"coverage[toml]>=5.0.2",
|
||||||
|
|
Loading…
Reference in New Issue