From 425782f0ade8b554331947033ca60a8c7d339508 Mon Sep 17 00:00:00 2001 From: Gregory Wagner Date: Wed, 15 Nov 2023 07:58:06 -0700 Subject: [PATCH] Update path --- docs/make.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/make.jl b/docs/make.jl index fa72bb9c..99949e72 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -15,7 +15,7 @@ const EXAMPLES_DIR = joinpath(@__DIR__, "..", "examples") const OUTPUT_DIR = joinpath(@__DIR__, "src/literated") to_be_literated = [ - "examples/inspect_ecco2_data.jl", + "inspect_ecco2_data.jl", ] for file in to_be_literated