Skip to content

Commit 77ee0d3

Browse files
committed
Directory fix
1 parent ab9e6ab commit 77ee0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ package_directory = dirname(dirname(pathof(Turing)))
2626
source_path = joinpath(package_directory, "docs", "src")
2727

2828
# Paths.
29-
build_path = joinpath(@__DIR__, "_docs")
29+
build_path = joinpath(package_directory, "_docs")
3030

3131
# Build docs
3232
with_clean_docs(source_path, build_path) do source, build

0 commit comments

Comments
 (0)