From a56d966e234b24cec2962bdeb8b2f4ac214594e4 Mon Sep 17 00:00:00 2001 From: samaloney <24570854+samaloney@users.noreply.github.com> Date: Mon, 28 Oct 2024 07:05:51 +0000 Subject: [PATCH] Automatic package template update --- .cruft.json | 2 +- docs/conf.py | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index 27689e8..6802480 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/sunpy/package-template", - "commit": "dd830771f0bb01d5313912e0082f3434715e474a", + "commit": "aec53b81aed2e7e534045e59303d82712fe82fb1", "checkout": null, "context": { "cookiecutter": { diff --git a/docs/conf.py b/docs/conf.py index f3bf1a6..9d20941 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -48,7 +48,7 @@ ] # Add any paths that contain templates here, relative to this directory. -# templates_path = ["_templates"] +# templates_path = ["_templates"] # NOQA: ERA001 # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -76,10 +76,22 @@ # 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". -# html_static_path = ["_static"] +# html_static_path = ["_static"] # NOQA: ERA001 # By default, when rendering docstrings for classes, sphinx.ext.autodoc will # make docs with the class-level docstring and the class-method docstrings,