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.
2 parents f9f427c + 773327a commit 32192ffCopy full SHA for 32192ff
1 file changed
docs/make_aggregate.jl
@@ -1,4 +1,4 @@
1
-using Documenter: Documenter, HTML
+using Documenter: Documenter
2
using LibGit2
3
using Pkg
4
using MultiDocumenter
@@ -256,7 +256,7 @@ MultiDocumenter.make(
256
),
257
custom_scripts = [
258
"https://www.googletagmanager.com/gtag/js?id=G-Q3FE4BYYHQ",
259
- HTML(
+ Docs.HTML(
260
"""
261
window.dataLayer = window.dataLayer || [];
262
function gtag(){dataLayer.push(arguments);}
0 commit comments