mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Ensure extract_rt_targets is run only once per build
This commit is contained in:
@@ -20,7 +20,7 @@ def find_page_title(text: str) -> str:
|
||||
return ''
|
||||
|
||||
|
||||
def main() -> Dict[str, str]:
|
||||
def main() -> Dict[str, Dict[str, str]]:
|
||||
refs = {}
|
||||
docs = {}
|
||||
base = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
Reference in New Issue
Block a user