marianoguerra / rst2html5

transform restructuredtext documents to html5 + twitter's bootstrap css, deck.js or reveal.js
http://marianoguerra.github.com/rst2html5
MIT License
177 stars 51 forks source link

buggy get_language? #10

Closed fiorix closed 12 years ago

fiorix commented 12 years ago

I had to uncomment the second argument to get_language, document.reporter in order to get it working on osx lion (python 2.7.1) and docutils 0.8.1 (from easy_install)

https://github.com/marianoguerra/rst2html5/blob/master/html5css3/__init__.py#L302

marianoguerra commented 12 years ago

the parameters on that method changed between versions, I added a check to call the correct one

it should be working now, tell me if it doesn't

thanks for reporting!