From 2e1a798589b8e7bdcbe8d45d1b99f9ecbc14dcab Mon Sep 17 00:00:00 2001 From: Olivier Labayle Date: Mon, 30 Oct 2023 21:37:39 +0000 Subject: [PATCH] try see if docs are built --- docs/make.jl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/make.jl b/docs/make.jl index 5500fc44..648af96c 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -30,14 +30,15 @@ makedocs(; "Walk Through" => "walk_through.md", "User Guide" => [joinpath("user_guide", f) for f in ("scm.md", "estimands.md", "estimation.md", "misc.md")], - "Examples" => [ - # joinpath("examples", "introduction_to_targeted_learning.md"), - # joinpath("examples", "super_learning.md"), - # joinpath("examples", "double_robustness.md") - ], + # "Examples" => [ + # joinpath("examples", "introduction_to_targeted_learning.md"), + # joinpath("examples", "super_learning.md"), + # joinpath("examples", "double_robustness.md") + # ], "Resources" => "resources.md", "API Reference" => "api.md" ], + pagesonly=true ) @info "Deploying docs..."