Skip to content

Commit 390934d

Browse files
committed
fix: remove unused variables to avoid CI fails
Signed-off-by: Akshay Mestry <[email protected]>
1 parent ced6c34 commit 390934d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

coeus_sphinx_theme/extensions/headshots.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ def run(self) -> list[nodes.Node]:
9292
"""
9393
self.assert_has_content()
9494
content: list[str] = []
95-
e = self.state.document.settings.env
96-
build = p.dirname(e.doctreedir)
9795
for line in self.content:
9896
if line and line.startswith("- "):
9997
content.append(current := line.split("- ")[-1].strip())

0 commit comments

Comments
 (0)