Skip to content

Commit

Permalink
feat(docs): refactor again
Browse files Browse the repository at this point in the history
  • Loading branch information
medubelko authored and lengau committed Feb 7, 2025
1 parent 0fb094c commit 86e6402
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

0 comments on commit 86e6402

Please sign in to comment.