{# Version picker sidebar block. The list is fetched at page load from versions.json at the site root rather than baked in at build time. Each version's docs are built once, when its tag is pushed, and never rebuilt -- so a list baked into 0.2.0's pages would forever omit every version released after it. Fetching at runtime keeps every published version's picker current without a rebuild. Renders nothing when versions.json is unreachable, which is the case for a plain local `make docs` build. #}