Skip to content

Commit

Permalink
Corrected Doc First Attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan7773 committed Nov 26, 2024
1 parent 4ba907b commit d465063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ using ActiveInference
using Documenter
using Literate

cd(raw"C:\Users\Jonathan Laursen\Desktop\University\Bachelor\ActiveInference.jl\docs\src")
cd("docs/src")

DocMeta.setdocmeta!(ActiveInference, :DocTestSetup, :(using ActiveInference); recursive=true)

Expand Down Expand Up @@ -62,7 +62,7 @@ makedocs(;
],

"Why Active Inference?" => [],

"Index" => "index.md",
],
doctest=true,
Expand Down

0 comments on commit d465063

Please sign in to comment.