mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-03 04:24:45 +00:00
koch: fix doc generation with Google Analytics enabled
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import os, strutils, osproc
|
||||
|
||||
const
|
||||
gaCode* = " --googleAnalytics:UA-48159761-1"
|
||||
gaCode* = " --doc.googleAnalytics:UA-48159761-1"
|
||||
|
||||
nimArgs = "--hint[Conf]:off --hint[Path]:off --hint[Processing]:off -d:boot --putenv:nimversion=$#" % system.NimVersion
|
||||
gitUrl = "https://github.com/nim-lang/Nim"
|
||||
|
||||
Reference in New Issue
Block a user