Skip to content

Commit 40f4f23

Browse files
committed
lazy load webgpu content in docs
1 parent 5d65cd1 commit 40f4f23

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ ngsolve_webgpu/_version.py
88
/tests/*.html
99
/docs/html/
1010
/docs/_static/landing.html
11+
/docs/_static/webgpu_scenes/

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import os
77

88
os.environ["WEBGPU_EXPORTING"] = "1"
9+
os.environ["WEBGPU_LAZY_LOAD"] = "1"
910
master_doc = "index"
1011
source_suffix = [".rst", ".md"]
1112
language = "python"

0 commit comments

Comments
 (0)