From 3745842a78a98bcddc55b925643bbe87d54680a2 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 6 Aug 2026 19:46:51 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20move=20quartodoc=20render?= =?UTF-8?q?er=20into=20root=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/_quarto.yml.jinja | 4 ++-- template/{.config/quartodoc.py => quartodoc_style.py} | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename template/{.config/quartodoc.py => quartodoc_style.py} (99%) diff --git a/template/_quarto.yml.jinja b/template/_quarto.yml.jinja index 22c5330..fad678f 100644 --- a/template/_quarto.yml.jinja +++ b/template/_quarto.yml.jinja @@ -48,7 +48,7 @@ website: style: "floating" contents: - docs/index.qmd - - CHANGELOG.qmd + - CHANGELOG.md - CONTRIBUTING.md - id: design contents: @@ -67,7 +67,7 @@ quartodoc: parser: google dynamic: true renderer: - style: .config/quartodoc.py + style: "quartodoc_style.py" table_style: description-list show_signature_annotations: true diff --git a/template/.config/quartodoc.py b/template/quartodoc_style.py similarity index 99% rename from template/.config/quartodoc.py rename to template/quartodoc_style.py index 954d06a..49c5f93 100644 --- a/template/.config/quartodoc.py +++ b/template/quartodoc_style.py @@ -1,4 +1,5 @@ """Custom quartodoc renderer that fixes the output of returns and raises sections.""" +# ruff: noqa from __future__ import annotations