Is your feature request related to a problem? Please describe.
Currently adding another version to the switcher.json is a manual task which is prone to human error.
Describe the solution you'd like
An automated script to generate the switcher.json file for sphinx documentation versioning.
Describe alternatives you've considered
N/A
API Design (if applicable)
- Generate the switcher file
python run.py generate-switcher
- Generating switcher is part of the
build-docs command
Additional context
Consider if switcher.json is required to be part of the repo based on the automation