Skip to content

Commit

Permalink
Fixes path
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonb5 committed Apr 17, 2024
1 parent 8f9de2b commit 53a5473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/_templates/versions.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if READTHEDOCS or display_lower_left %}
{# Add rst-badge after rst-versions for small badge style. #}
<script type="text/javascript">
$.get("../../versions.json", function(data) {
$.get("../../../versions/versions.json", function(data) {
console.log(data);
});
</script>
Expand Down

0 comments on commit 53a5473

Please sign in to comment.