Skip to content

Commit

Permalink
[version dropdown] remove EOL versions (#772)
Browse files Browse the repository at this point in the history
Both links are broken.
- Galactic is EOL
- Foxy will be EOL in a few weeks but docs already turned off
  • Loading branch information
moriarty authored Apr 13, 2023
1 parent 0c883c0 commit aa825df
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions _themes/sphinx_rtd_theme/version_dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
<div class="version-dropdown">
<lable for="version-list">Version:</lable>
<select class="version-list" id="version-list" onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);">
<option value="https://moveit.picknik.ai/foxy/index.html">Moveit 2 - Foxy</option>
<option value="https://moveit.picknik.ai/galactic/index.html">Moveit 2 - Galactic</option>
<option value="https://moveit.picknik.ai/humble/index.html">Moveit 2 - Humble</option>
<option value="https://moveit.picknik.ai/main/index.html">Moveit 2 - Rolling</option>
<option value='' selected>MoveIt 1 - {{ version }}</option>
Expand Down

0 comments on commit aa825df

Please sign in to comment.