We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6dfbb commit 523dad9Copy full SHA for 523dad9
doc/conf.py
@@ -20,6 +20,8 @@
20
import nipype
21
import subprocess as sp
22
23
+# Disable etelemetry during doc builds
24
+os.environ["NIPYPE_NO_ET"] = "1"
25
26
conf_py = Path(__file__)
27
0 commit comments