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'