mirror of https://github.com/pyodide/pyodide.git
Fix console.html url in docs (#3532)
This commit is contained in:
parent
20e92c37ca
commit
c633565983
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue