I updated my documentation, I even built it from scratch again and uploaded the corresponding "site" files to github, but no matter what I try, only the oldest version of my doc shows up. For example, in this markdown file, the example should display
data_path = joinpath(dirname(dirname(pathof(CategoricalTimeSeries))), "test", "pewee.txt")
series = readdlm(data_path,',')[1,:]
but instead, in the doc, this is what appears.
series = readdlm("test\\pewee.txt",',')[1,:]
At some point while playing with the settings in readthedoc, it work and the correct version was displayed, unfortunately it is back to the old one now and I don't know what I can do to get the correct version.