Skip to content

Commit

Permalink
Also fix for footnotes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Jan 10, 2024
1 parent 2f0074d commit 160fa02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sphinxcontrib/bibtex/foot_domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def __init__(self, env: "BuildEnvironment"):
# parse bibliography header
header = getattr(env.app.config, "bibtex_footbibliography_header")
if header:
self.data["bibliography_header"] = docutils.nodes.container()
self.data["bibliography_header"] += parse_header(
header, "foot_bibliography_header"
)
Expand Down

0 comments on commit 160fa02

Please # to comment.