We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced6c34 commit 390934dCopy full SHA for 390934d
coeus_sphinx_theme/extensions/headshots.py
@@ -92,8 +92,6 @@ def run(self) -> list[nodes.Node]:
92
"""
93
self.assert_has_content()
94
content: list[str] = []
95
- e = self.state.document.settings.env
96
- build = p.dirname(e.doctreedir)
97
for line in self.content:
98
if line and line.startswith("- "):
99
content.append(current := line.split("- ")[-1].strip())
0 commit comments