Skip to content

Commit

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

cd("docs/src")
package_path = dirname(pathof(ActiveInference))
docdir = joinpath(package_path, "docs", "src")
cd(docdir)

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

Expand Down

0 comments on commit c74b048

Please sign in to comment.