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>
This commit is contained in:
Erik Faye-Lund 2020-07-02 13:24:06 +02:00 committed by Marge Bot
parent 892fdde23f
commit c8537744bb
1 changed files with 4 additions and 0 deletions

View File

@ -182,3 +182,7 @@ texinfo_documents = [
author, 'TheMesa3DGraphicsLibrary', 'One line description of project.',
'Miscellaneous'),
]
# -- Options for Graphviz -------------------------------------------------
graphviz_output_format = 'svg'