Fix console.html url in docs (#3532)

This commit is contained in:
Gyeongjae Choi 2023-02-02 10:39:42 +09:00 committed by GitHub
parent 20e92c37ca
commit c633565983
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -328,6 +328,7 @@ def setup(app):
app.connect("source-read", global_replace)
apply_patches()
calculate_pyodide_version(app)
ensure_typedoc_on_path()
create_generated_typescript_files(app)
write_console_html(app)