summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorIwan Aucamp <aucampia@gmail.com>2023-03-17 22:24:31 +0100
committerGitHub <noreply@github.com>2023-03-17 22:24:31 +0100
commitbea782f925991d61923b6ec5f57098e9ac19acf0 (patch)
tree6a30874068b563cf6523e5e3d91be36f896c4c5b /pyproject.toml
parent334787be6994cb12a27093c0ebdbf11dfd68f26d (diff)
downloadrdflib-bea782f925991d61923b6ec5f57098e9ac19acf0.tar.gz
docs: don't use kroki (#2284)
The Kroki server is currently experiencing some issues which breaks our build, this change eliminates the use of Kroki in favour of directly using the generated SVG images which is checked into git alongside the PlantUML sources. I also added a task to the Taskfile to re-generate the SVG images from the PlantUML sources by calling docker.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ce28f62b..8329fb6c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -60,7 +60,6 @@ setuptools = ">=65.6.3,<68.0.0"
sphinx = ">4.0.0"
myst-parser = "^0.18.0"
sphinxcontrib-apidoc = "^0.3.0"
-sphinxcontrib-kroki = "^1.3.0"
sphinx-autodoc-typehints = "^1.17.1"
[tool.poetry.group.flake8.dependencies]