We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2806c3e commit ee93132Copy full SHA for ee93132
docs/conf.py
@@ -69,6 +69,10 @@
69
"dollarmath",
70
]
71
72
+# Temporary disable notebook execution during docs build (see issue #1332):
73
+# https://github.com/sgkit-dev/sgkit/issues/1332
74
+nb_execution_mode = "off"
75
+
76
extlinks = {
77
"issue": ("https://github.com/sgkit-dev/sgkit/issues/%s", "GH %s"),
78
"pr": ("https://github.com/sgkit-dev/sgkit/pull/%s", "PR %s"),
0 commit comments