Stream: helpdesk (published)

Topic: ✔ Stable branch docs not showing up in version selector


view this post on Zulip Mason Protter (Nov 15 2025 at 11:55):

I switched one of my packages over to Documenter.jl, and it seems that the dev branch of the docs is deploying fine, but the tagged branches aren't showing up, and aren't selectable from the docs website.

I'm probably just doing something very simple wrong, but could anyone help me figure this out? This is the git repo: https://github.com/MasonProtter/FieldViews.jl

Here's the dev branch of the docs: https://masonprotter.github.io/FieldViews.jl/dev/ note that when you click the version selector, only the dev version is shown.

However, the gh-pages branch does have folders for tags I've made: https://github.com/MasonProtter/FieldViews.jl/tree/gh-pages, and I can manually navigate to one of them: https://masonprotter.github.io/FieldViews.jl/v0.2.3-doc1/ which works, but https://masonprotter.github.io/FieldViews.jl/stable doesn't work.

view this post on Zulip Mason Protter (Nov 15 2025 at 11:55):

Any ideas or advice?

view this post on Zulip Mason Protter (Nov 15 2025 at 12:01):

Nevermind, apparently the problem was that I followed some advice I found online that I could re-tag old releases like v0.2.3-docs1 to retrigger the building of docs for that release, but documenter didn't like the -. Switching it to v0.2.3+docs1 did work.

view this post on Zulip Notification Bot (Nov 15 2025 at 12:01):

Mason Protter has marked this topic as resolved.


Last updated: Nov 27 2025 at 04:44 UTC