From 114a5e8aea9e57d477dc23b6d875badd574ef7ae Mon Sep 17 00:00:00 2001 From: Ed Chalstrey Date: Wed, 3 Jun 2026 13:18:47 +0100 Subject: [PATCH] feat: add get_inbook_template to bibtex formatting utilities --- doc/conf.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/conf.py b/doc/conf.py index 7d2f1aec9..18796ca96 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -156,6 +156,9 @@ def get_incollection_template(self, e): self.format_web_refs(e), ] + def get_inbook_template(self, e): + return self.get_incollection_template(e) + def get_inproceedings_template(self, e): return toplevel[ sentence[