mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2026-01-01 05:04:51 +00:00
Fix doc generator not cleaning properly before building
This commit is contained in:
parent
b4fee5b5e0
commit
e6a6a26b42
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ types_path = "../../pyrogram/api/types"
|
|||
types_base = "types"
|
||||
|
||||
shutil.rmtree(types_base, ignore_errors=True)
|
||||
shutil.rmtree(functions_base, ignore_errors=True)
|
||||
|
||||
with open("_templates/page.txt") as f:
|
||||
page_template = f.read()
|
||||
|
|
|
|||
Loading…
Reference in a new issue