From 7ca7f70c21044d29e016f3129f059240fd162e23 Mon Sep 17 00:00:00 2001 From: samaloney <24570854+samaloney@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:06:03 +0000 Subject: [PATCH] Automatic package template update --- .cruft.json | 2 +- docs/conf.py | 12 ++++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.cruft.json b/.cruft.json index 27689e8..94a82e1 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "dd830771f0bb01d5313912e0082f3434715e474a", + "commit": "7b0225e0a206b7b6249752991334dea7e9ffcfd4", "checkout": null, "context": { "cookiecutter": { diff --git a/docs/conf.py b/docs/conf.py index f3bf1a6..eeaa140 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,6 +76,18 @@ # a list of builtin themes. html_theme = "alabaster" +# Render inheritance diagrams in SVG +graphviz_output_format = "svg" + +graphviz_dot_args = [ + "-Nfontsize=10", + "-Nfontname=Helvetica Neue, Helvetica, Arial, sans-serif", + "-Efontsize=10", + "-Efontname=Helvetica Neue, Helvetica, Arial, sans-serif", + "-Gfontsize=10", + "-Gfontname=Helvetica Neue, Helvetica, Arial, sans-serif", +] + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".