Skip to content

Commit 69e7efa

Browse files
committed
fix sphinx version dates
1 parent 11b5755 commit 69e7efa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ $(document).ready(function (){
195195
{content: '4.0 LTS', start: '2019-11-30', end: '2021-12-01'},
196196
],
197197
'Sphinx':[
198-
{content: '0.1 - 1.0 (Py2)', start: '2008-03-22', end:'2019-03-10', py2:true},
199-
{content: '1.1 - 1.8 (Py2,Py3)', start: '2011-10-10', end:'2019-03-10', py2:true},
198+
{content: '0.1 - 1.0 (Py2)', start: '2008-03-22', end:'2011-10-09', py2:true},
199+
{content: '1.1 - 1.8 (Py2,Py3)', start: '2011-10-10', end:'2019-03-28', py2:true},
200200
{content: '2.0 - (Py3)', start: '2019-03-29', end:'2023-12-31'},
201201
],
202202
'geopy':[

0 commit comments

Comments
 (0)