mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Ensure extract_rt_targets is run only once per build
This commit is contained in:
parent
77fbdfbb53
commit
9e9aa52553
2 changed files with 9 additions and 4 deletions
|
|
@ -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__))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue