Skip to content

Commit

Permalink
Merge branch 'main' into jcannon/fullname
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Aug 17, 2023
2 parents b764b23 + 7d52bab commit 51a53b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def prepare_writing(self, _doc_names: set[str]) -> None:
self.docwriter = HTMLWriter(self)
_opt_parser = OptionParser([self.docwriter], defaults=self.env.settings, read_config_files=True)
self.docsettings = _opt_parser.get_default_values()
self._orig_css_files = self._orig_js_files = []

def get_doc_context(self, docname: str, body: str, _metatags: str) -> dict:
"""Collect items for the template context of a page."""
Expand Down

0 comments on commit 51a53b9

Please sign in to comment.