I figured it out. It appears you need to do:
doctest(nothing, [Foo])
Looking at the source for Documenter this bypasses the pathof(package) code in the other doctest() method and it’s happish.
I figured it out. It appears you need to do:
doctest(nothing, [Foo])
Looking at the source for Documenter this bypasses the pathof(package) code in the other doctest() method and it’s happish.