Skip to content

Commit

Permalink
add v0.19.x to docversions.js
Browse files Browse the repository at this point in the history
  • Loading branch information
grlee77 committed Nov 22, 2021
1 parent 89c8832 commit 843e35a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/_static/docversions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var versions = ['dev', '0.18.x', '0.17.x', '0.16.x', '0.15.x', '0.14.x', '0.13.x', '0.12.x', '0.11.x', '0.10.x', '0.9.x', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];
var versions = ['dev', '0.19.x', '0.18.x', '0.17.x', '0.16.x', '0.15.x', '0.14.x', '0.13.x', '0.12.x', '0.11.x', '0.10.x', '0.9.x', '0.8.0', '0.7.0', '0.6', '0.5', '0.4', '0.3'];

function insert_version_links() {
for (i = 0; i < versions.length; i++){
Expand Down

0 comments on commit 843e35a

Please sign in to comment.