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 ab9e6ab commit 77ee0d3Copy full SHA for 77ee0d3
make.jl
@@ -26,7 +26,7 @@ package_directory = dirname(dirname(pathof(Turing)))
26
source_path = joinpath(package_directory, "docs", "src")
27
28
# Paths.
29
-build_path = joinpath(@__DIR__, "_docs")
+build_path = joinpath(package_directory, "_docs")
30
31
# Build docs
32
with_clean_docs(source_path, build_path) do source, build
0 commit comments