Skip to content

Commit

Permalink
chore: remove unused functions
Browse files Browse the repository at this point in the history
  • Loading branch information
atrnh committed Mar 20, 2023
1 parent 970d3f2 commit f2dc0cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions src/sei/sphinxext/revealjs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
REVEALJS_DIST = LIB_DIRECTORY / "reveal.js" / "dist"


def builder_inited(app: "Sphinx") -> None:
# app.config.html_theme_options["revealjs_theme"] = "solarized.css"
pass


def exclude_unused_theme_files(theme_name: str) -> List[str]:
"""Exclude theme files that don't match the configured theme."""

Expand Down
4 changes: 0 additions & 4 deletions src/sei/sphinxext/revealjs/overridenodes.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
}


def depth(node: nodes.Element) -> int:
return node.attributes.get("depth", 0)


def new_slide(html_writer: HTML5Translator, node: nodes.Element) -> str:
return html_writer.starttag(
node,
Expand Down

0 comments on commit f2dc0cd

Please sign in to comment.