Pass local module to a function?

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.

1 Like