We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f1485c commit 28ef892Copy full SHA for 28ef892
setup.py
@@ -14,7 +14,7 @@
14
15
extras = {
16
"lint": ["black", "flake8", "isort"],
17
- "readthedocs": ["sphinx", "sphinx-rtd-theme"],
+ "readthedocs": ["sphinx", "karma-sphinx-theme"],
18
}
19
extras["lint"] += extras["readthedocs"]
20
extras["dev"] = extras["lint"] + extras["readthedocs"]
0 commit comments