Ensure extract_rt_targets is run only once per build

This commit is contained in:
Kovid Goyal
2022-08-24 14:00:44 +05:30
parent 77fbdfbb53
commit 9e9aa52553
2 changed files with 9 additions and 4 deletions

View File

@@ -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__))