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 4ba023f commit 9a960ecCopy full SHA for 9a960ec
pdf/make.jl
@@ -40,6 +40,7 @@ function makedocs(julia_exec)
40
@sync begin
41
builder = @async begin
42
withenv("TRAVIS_REPO_SLUG" => nothing, # workaround Documenter bugs and julia#26314
43
+ "DOCUMENTER_KEY" => nothing, # skips deploydocs with the BuildBotConfig (see doc/make.jl)
44
"BUILDROOT" => nothing) do
45
run(`make -C $(JULIA_SOURCE)/doc pdf texplatform=docker JULIA_EXECUTABLE=$(julia_exec)`)
46
end
0 commit comments