File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ restbuilder 0.2 (7 June 2018)
5+ --------------------------------
6+ * Code moved to https://gitub.com/sphinx-contrib/restbuilder
7+ * Python 3 compatible (Nicola Musatti)
8+ * Adhere to rst_indent-specified indentation (Matthew Planchard)
9+ * Fixed issue where links were converted to plaintext (Matthew Planchard)
10+
411restbuilder 0.1 (25 August 2013)
512--------------------------------
613* Code submitted to sphinx-contrib
Original file line number Diff line number Diff line change 2020
2121setup (
2222 name = 'sphinxcontrib-restbuilder' ,
23- version = '0.1 ' ,
24- url = 'http ://bitbucket.org/birkenfeld/ sphinx-contrib' ,
23+ version = '0.2 ' ,
24+ url = 'https ://github.com/ sphinx-contrib/restbuilder ' ,
2525 download_url = 'http://pypi.python.org/pypi/sphinxcontrib-restbuilder' ,
2626 license = 'BSD' , # 2-clause
2727 author = 'Freek Dijkstra' ,
28- author_email = 'software @macfreek.nl' ,
28+ author_email = 'freek @macfreek.nl' ,
2929 description = 'Sphinx extension to output reST files.' ,
3030 long_description = long_desc ,
3131 zip_safe = False ,
You can’t perform that action at this time.
0 commit comments