mirror of
https://github.com/boostorg/website-v2.git
synced 2026-01-19 04:42:17 +00:00
Don't skip removing library boostlook for antora docs (#1735)
This commit is contained in:
@@ -478,7 +478,6 @@ class DocLibsTemplateView(BaseStaticContentTemplateView):
|
||||
)
|
||||
|
||||
context["hide_footer"] = True
|
||||
context["skip_use_boostlook"] = "/antora/" in self.kwargs.get("content_path")
|
||||
if source_content_type == SourceDocType.ASCIIDOC:
|
||||
extracted_content = content.decode(chardet.detect(content)["encoding"])
|
||||
soup = BeautifulSoup(extracted_content, "html.parser")
|
||||
@@ -503,7 +502,6 @@ class DocLibsTemplateView(BaseStaticContentTemplateView):
|
||||
insert_body=insert_body,
|
||||
head_selector=head_selector,
|
||||
original_docs_type=source_content_type,
|
||||
skip_replace_boostlook=context["skip_use_boostlook"],
|
||||
show_footer=False,
|
||||
show_navbar=False,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user