Browse Source

Remove Julia v1.0.0 bug workaround.

pull/40/head
Fredrik Ekre 7 years ago
parent
commit
fcc02ea81f
  1. 5
      docs/make.jl

5
docs/make.jl

@ -1,8 +1,3 @@
if Base.HOME_PROJECT[] !== nothing
# JuliaLang/julia/pull/28625
Base.HOME_PROJECT[] = abspath(Base.HOME_PROJECT[])
end
using Documenter using Documenter
using Literate using Literate
using Plots # to not capture precompilation output using Plots # to not capture precompilation output

Loading…
Cancel
Save