From: Aleksei Gutikov Date: Thu, 8 Feb 2018 10:50:31 +0000 (+0300) Subject: doc: compile dot into svg X-Git-Tag: v14.0.1~769^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=649545e5d89d32042392ea9ec5e17e1cc71fa971;p=ceph.git 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 --- diff --git a/admin/build-doc b/admin/build-doc index 283f8aa75246..c8934b4daf78 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"