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)