Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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[
Expand Down
Loading