From 649545e5d89d32042392ea9ec5e17e1cc71fa971 Mon Sep 17 00:00:00 2001 From: Aleksei Gutikov Date: Thu, 8 Feb 2018 13:50:31 +0300 Subject: [PATCH] doc: compile dot into svg Png images included into docs are useless because of small resolution. http://docs.ceph.com/docs/master/dev/peering/#state-model While SVG is vector and supported by Sphinx. Signed-off-by: Aleksei Gutikov --- admin/build-doc | 1 + 1 file changed, 1 insertion(+) diff --git a/admin/build-doc b/admin/build-doc index 283f8aa752462..c8934b4daf789 100755 --- a/admin/build-doc +++ b/admin/build-doc @@ -111,6 +111,7 @@ for target in $sphinx_targets; do case $target in html) builder=dirhtml + extra_opt="-D graphviz_output_format=svg" ;; man) extra_opt="-t man" -- 2.39.5