DocTests
Documenter._doctest
— Method_doctest(blueprint, doc)
Traverses the pages and modules in the documenter blueprint, searching and executing doctests.
Will abort the document generation when an error is thrown. Use doctest = false
keyword in Documenter.makedocs
to disable doctesting.