Documenter.jl icon indicating copy to clipboard operation
Documenter.jl copied to clipboard

`doctest(...; fix=true)` not working

Open eahenle opened this issue 2 years ago • 1 comments

The fix=true functionality has stopped working as it used to. When attempting to update doctest outputs in this way, the result is now a warning (Warning: could not find code block in source file DocTests.jl:421) and the doc source files are unchanged.

Interestingly, some changes do work. Specifically, if the only changes are line ending characters, there is no problem, but if a snippet of output in the middle of a larger output block must change, the fix fails.

eahenle avatar Mar 25 '22 22:03 eahenle

What OS were you using? I have the same issue on Windows, but not on Linux.

AshlinHarris avatar Aug 16 '22 19:08 AshlinHarris

Closing as a duplicate of https://github.com/JuliaDocs/Documenter.jl/issues/1901

odow avatar Nov 01 '23 01:11 odow