Skip to content

Commit 28ef892

Browse files
authored
Update setup.py
1 parent 6f1485c commit 28ef892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
extras = {
1616
"lint": ["black", "flake8", "isort"],
17-
"readthedocs": ["sphinx", "sphinx-rtd-theme"],
17+
"readthedocs": ["sphinx", "karma-sphinx-theme"],
1818
}
1919
extras["lint"] += extras["readthedocs"]
2020
extras["dev"] = extras["lint"] + extras["readthedocs"]

0 commit comments

Comments
 (0)