Skip to content

Commit

Permalink
ff
Browse files Browse the repository at this point in the history
  • Loading branch information
Gnimuc committed Aug 12, 2018
1 parent 5626c89 commit 4bbb858
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/make.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using Documenter

const STDDIR = normpath(joinpath(Sys.BINDIR, "..", "share", "julia", "stdlib", "v$(VERSION.major).$(VERSION.minor)"))
pushfirst!(LOAD_PATH, STDDIR)
pushfirst!(LOAD_PATH, @__DIR__)

symlink_q(tgt, link) = isfile(link) || symlink(tgt, link)
cp_q(src, dest) = isfile(dest) || cp(src, dest)
Expand Down Expand Up @@ -132,7 +131,7 @@ end

# make documents
makedocs(
modules = [Base, Core, Base64, CRC32c, DelimitedFiles, Distributed,
modules = [Base, Core, Base64, CRC32c, Dates, DelimitedFiles, Distributed,
FileWatching, InteractiveUtils, Libdl, LibGit2, LinearAlgebra,
Logging, Markdown, Mmap, Pkg, Printf, Profile, Random, REPL,
Serialization, SHA, SharedArrays, Sockets, SparseArrays,
Expand Down

0 comments on commit 4bbb858

Please sign in to comment.