diff --git a/docs/Project.toml b/docs/Project.toml index 9fc974d6f38..a799f1d0504 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -21,4 +21,4 @@ Literate = "2.9" Measurements = "2.5" OrdinaryDiffEq = "6.49.1" Plots = "1.9" -Trixi2Vtk = "0.3" +Trixi2Vtk = "0.3" \ No newline at end of file diff --git a/docs/make.jl b/docs/make.jl index b76870486ec..885b2876cc4 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -46,7 +46,8 @@ end # Normal structure: "title" => "filename.jl" # If there are several files for one topic and one folder, the structure is: # "title" => ["subtitle 1" => ("folder 1", "filename 1.jl"), -# "subtitle 2" => ("folder 2", "filename 2.jl")] +# + "subtitle 2" => ("folder 2", "filename 2.jl")] files = [ # Topic: introduction "Getting started with Trixi" => "getting_started_with_Trixi.jl",