docs: use svg for graphviz output
authorErik Faye-Lund <erik.faye-lund@collabora.com>
Thu, 2 Jul 2020 11:24:06 +0000 (13:24 +0200)
committerMarge Bot <eric+marge@anholt.net>
Tue, 7 Jul 2020 10:22:08 +0000 (10:22 +0000)
This works a lot better on hidpi screens.

Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5706>

docs/conf.py

index 5661fe0e0ae4d391288495967850a3627be85e32..0037037e4aeb5b72d052420c954933bbea97a721 100644 (file)
@@ -182,3 +182,7 @@ texinfo_documents = [
      author, 'TheMesa3DGraphicsLibrary', 'One line description of project.',
      'Miscellaneous'),
 ]
+
+# -- Options for Graphviz -------------------------------------------------
+
+graphviz_output_format = 'svg'