diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 5101e72..88ea108 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -72,4 +72,4 @@ jobs: using Documenter: DocMeta, doctest using InvariantPointAttention DocMeta.setdocmeta!(InvariantPointAttention, :DocTestSetup, :(using InvariantPointAttention); recursive=true) - doctest(InvariantPointAttention)' \ No newline at end of file + doctest(InvariantPointAttention) \ No newline at end of file diff --git a/docs/make.jl b/docs/make.jl index 6dacd91..64bf8fd 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -7,7 +7,6 @@ makedocs(; modules=[InvariantPointAttention], authors="Ben Murrell and contributors", sitename="InvariantPointAttention.jl", - doctest=false, format=Documenter.HTML(; canonical="https://murrellgroup.github.io/InvariantPointAttention.jl", edit_link="main",