Thread overview
dpldocs not update
Aug 07, 2020
Per Nordlöw
Aug 07, 2020
Adam D. Ruppe
Aug 08, 2020
Per Nordlöw
August 07, 2020
I've pushed a new tag several times now and triggered manual update of my

https://code.dlang.org/packages/phobos-next

but the docs at

https://phobos-next.dpldocs.info/index.html

aren't updated. For instance the file

https://github.com/nordlow/phobos-next/blob/master/src/nxt/open_hashmap.d

cannot be found in the listing at

https://phobos-next.dpldocs.info/nxt.html

What's wrong?
August 07, 2020
On Friday, 7 August 2020 at 21:58:10 UTC, Per Nordlöw wrote:
> https://phobos-next.dpldocs.info/index.html
>
> aren't updated. For instance the file

dpldocs never auto-updates. You must either link to a specific tagged version like this:

https://phobos-next.dpldocs.info/v0.3.9/index.html

Or go to the page manually and click the little tiny "clear cache" button at the page bottom center.

Maybe someday we can link in dub's update to click that button for you but for the foreseeable future you need to hit it yourself to update the docs.
August 08, 2020
On Friday, 7 August 2020 at 23:58:03 UTC, Adam D. Ruppe wrote:
> Maybe someday we can link in dub's update to click that button for you but for the foreseeable future you need to hit it yourself to update the docs.

Got it. Thanks a lot for now, anyway.