Mesa (master): docs: use svg for graphviz output

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jul 7 11:04:13 UTC 2020


Module: Mesa
Branch: master
Commit: c8537744bbab4297ce0b335b80c1907e9717123e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c8537744bbab4297ce0b335b80c1907e9717123e

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Thu Jul  2 13:24:06 2020 +0200

docs: use svg for graphviz output

This works a lot better on hidpi screens.

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

---

 docs/conf.py | 4 ++++
 1 file changed, 4 insertions(+)

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'



More information about the mesa-commit mailing list