summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1c839eed..cd42d33e 100644
--- a/setup.py
+++ b/setup.py
@@ -23,7 +23,12 @@ kwargs["tests_require"] = [
kwargs["extras_require"] = {
"html": ["html5lib"],
"tests": kwargs["tests_require"],
- "docs": ["sphinx < 5", "sphinxcontrib-apidoc", "myst-parser"],
+ "docs": [
+ "sphinx < 5",
+ "sphinxcontrib-apidoc",
+ "myst-parser",
+ "sphinxcontrib-kroki",
+ ],
}