summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-07-02 13:24:06 +0200
committerMarge Bot <eric+marge@anholt.net>2020-07-07 10:22:08 +0000
commitc8537744bbab4297ce0b335b80c1907e9717123e (patch)
treee30312b0d385e212235ee091099a2385c2b9c250 /docs/conf.py
parent892fdde23f44df78391eb0ff50ef031c8b978384 (diff)
docs: use svg for graphviz output
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>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5661fe0e0ae..0037037e4ae 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -182,3 +182,7 @@ texinfo_documents = [
author, 'TheMesa3DGraphicsLibrary', 'One line description of project.',
'Miscellaneous'),
]
+
+# -- Options for Graphviz -------------------------------------------------
+
+graphviz_output_format = 'svg'