From c63356598307d432da1248e51e71c463bc0f7e43 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Thu, 2 Feb 2023 10:39:42 +0900 Subject: [PATCH] Fix console.html url in docs (#3532) --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 810e53c51..00802a0b1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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)