summary refs log tree commit diff stats
path: root/tools
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2021-08-22 16:32:55 -0300
committerGitHub <noreply@github.com>2021-08-22 12:32:55 -0700
commite65dc36ddd6bbb1a87a607ee8c8491732730fa95 (patch)
treef4cec916a6c42bacb83afb72ea85ee226cfa5f80 /tools
parentcc08d5c2c641e9390e9e05012defc9616f5d6ba8 (diff)
downloadNim-e65dc36ddd6bbb1a87a607ee8c8491732730fa95.tar.gz
Implement RFC-391 (#18585)
Diffstat (limited to 'tools')
-rw-r--r--tools/kochdocs.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/kochdocs.nim b/tools/kochdocs.nim
index 8e8085f73..fe3335c0f 100644
--- a/tools/kochdocs.nim
+++ b/tools/kochdocs.nim
@@ -8,7 +8,7 @@ const
   gaCode* = " --doc.googleAnalytics:UA-48159761-1"
   # errormax: subsequent errors are probably consequences of 1st one; a simple
   # bug could cause unlimited number of errors otherwise, hard to debug in CI.
-  docDefines = "-d:nimExperimentalAsyncjsThen -d:nimExperimentalJsfetch -d:nimExperimentalLinenoiseExtra"
+  docDefines = "-d:nimExperimentalAsyncjsThen -d:nimExperimentalLinenoiseExtra"
   nimArgs = "--errormax:3 --hint:Conf:off --hint:Path:off --hint:Processing:off --hint:XDeclaredButNotUsed:off --warning:UnusedImport:off -d:boot --putenv:nimversion=$# $#" % [system.NimVersion, docDefines]
   gitUrl = "https://github.com/nim-lang/Nim"
   docHtmlOutput = "doc/html"