Skip to content

Commit aebeba4

Browse files
authored
call include with absolute path (#116)
1 parent 33fdde1 commit aebeba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ function servedocs(; verbose::Bool=false, literate::String="",
147147
Pkg.activate("$foldername/Project.toml")
148148
end
149149
# trigger a first pass of Documenter (& possibly Literate)
150-
Main.include(makejl)
150+
Main.include(abspath(makejl))
151151

152152
# note the `docs/build` exists here given that if we're here it means the documenter
153153
# pass did not error and therefore that a docs/build has been generated.

0 commit comments

Comments
 (0)