From fc9efe93d1f091008e67a3431282e3485b117864 Mon Sep 17 00:00:00 2001 From: stecrotti Date: Mon, 7 Oct 2024 16:14:54 +0200 Subject: [PATCH] comment section to be used only once --- docs/make.jl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 65912d7..be99a88 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -10,11 +10,11 @@ base_url = "https://github.com/stecrotti/BeliefPropagation.jl/blob/main/" index_path = joinpath(@__DIR__, "src", "index.md") readme_path = joinpath(dirname(@__DIR__), "README.md") -open(index_path, "w") do io - for line in eachline(readme_path) - println(io, line) - end -end +# open(index_path, "w") do io +# for line in eachline(readme_path) +# println(io, line) +# end +# end makedocs(; modules=[