argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
16.45k stars 4.97k forks source link

Version selector in website is broken #18239

Open agaudreault opened 2 weeks ago

agaudreault commented 2 weeks ago

Describe the bug

The version selector when using readthedocs.io is broken. The same issue exist today with https://argo-rollouts.readthedocs.io/en/stable/.

See mkdocs config and corresponding files in docs/

extra_css:
- assets/versions.css
extra_javascript:
- assets/versions.js

To Reproduce

  1. Browse to https://argo-cd.readthedocs.io/en/stable/
  2. Click on stable to use the version selector

Expected behavior

A dropdown with documentation on stable/latest/previous releases should be available

Screenshots

image

Version

Running on chrome 124

Logs

No error in console

yyzxw commented 1 week ago

/assign