diff --git a/otc_doc_convertor/convertor.py b/otc_doc_convertor/convertor.py index a10076457..d3be37147 100644 --- a/otc_doc_convertor/convertor.py +++ b/otc_doc_convertor/convertor.py @@ -451,7 +451,6 @@ class OTCDocConvertor: p.string.replace_with(string) break - # Drop parent link at the bottom of the page for parent in soup.body.find_all("p", class_="familylinks"): parent.decompose()