diff --git a/docs/make.jl b/docs/make.jl new file mode 100644 index 0000000..61beabe --- /dev/null +++ b/docs/make.jl @@ -0,0 +1,3 @@ +using Documenter, ApproximateBayesianCompution + +makedocs()