From 86e6402c6a481e8562741c6af8736201f399700b Mon Sep 17 00:00:00 2001 From: Michael DuBelko Date: Fri, 7 Feb 2025 11:41:57 -0800 Subject: [PATCH] feat(docs): refactor again --- docs/conf.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index d6121687b..d5895a8d9 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -185,9 +185,3 @@ def setup(app): craft_parts_docs_path = pathlib.Path(craft_parts_docs.__file__).parent / "craft-parts" (common_docs_path / "craft-parts").unlink(missing_ok=True) (common_docs_path / "craft-parts").symlink_to(craft_parts_docs_path, target_is_directory=True) - -# Workaround to enable extra scripts in page template -html_js_files = [ - 'header-nav.js', # "More links" onclick events from canonical-sphinx-extensions - 'github_issue_links.js', # Feedback button from canonical-sphinx-extensions -]