projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
892fdde
)
docs: use svg for graphviz output
author
Erik Faye-Lund
<erik.faye-lund@collabora.com>
Thu, 2 Jul 2020 11:24:06 +0000
(13:24 +0200)
committer
Marge 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
patch
|
blob
|
history
diff --git
a/docs/conf.py
b/docs/conf.py
index 5661fe0e0ae4d391288495967850a3627be85e32..0037037e4aeb5b72d052420c954933bbea97a721 100644
(file)
--- 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'