koch: fix doc generation with Google Analytics enabled

This commit is contained in:
Araq
2018-09-19 12:15:37 +02:00
parent a892d519a6
commit 04f899dad3
2 changed files with 1 additions and 3 deletions

View File

@@ -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"