diff --git a/_sections/30-projects.md b/_sections/30-projects.md index da2f0bb..b8f6735 100644 --- a/_sections/30-projects.md +++ b/_sections/30-projects.md @@ -42,6 +42,7 @@ These projects pledge to drop Python 2 support in or before 2020. - [![](assets/hypothesis.png)Hypothesis](https://hypothesis.readthedocs.io/) - [![](assets/xonsh.png)xonsh](http://xon.sh) - [![](assets/scikit-image.png)Scikit Image](http://scikit-image.org/) +- [![](assets/sphinx-doc.png)Sphinx](https://www.sphinx-doc.org/) - [![](assets/geopy.png)geopy](https://geopy.readthedocs.io/) - [![](assets/misp.png)MISP](https://github.com/MISP/MISP) - [![](assets/astropy.png)Astropy](https://www.astropy.org/) diff --git a/assets/sphinx-doc.png b/assets/sphinx-doc.png new file mode 100644 index 0000000..6256d8d Binary files /dev/null and b/assets/sphinx-doc.png differ diff --git a/site.js b/site.js index 49f7b8c..4506053 100644 --- a/site.js +++ b/site.js @@ -194,6 +194,11 @@ $(document).ready(function (){ {content: '3.2', start: '2019-05-01', end: '2019-11-30'}, {content: '4.0 LTS', start: '2019-11-30', end: '2021-12-01'}, ], + 'Sphinx':[ + {content: '0.1 - 1.0 (Py2)', start: '2008-03-22', end:'2011-10-09', py2:true}, + {content: '1.1 - 1.8 (Py2,Py3)', start: '2011-10-10', end:'2019-03-28', py2:true}, + {content: '2.0 - (Py3)', start: '2019-03-29', end:'2023-12-31'}, + ], 'geopy':[ {content: '1.x', start: '2014-09-07', end:'2019-04-01', py2:true}, {content: '2.x', start: '2019-04-01', end:'2023-12-31'},