[sphinx-users] Sphinx-1.8.0 released

2018-09-19 Thread Luc Saffre
Oops, that workaround doesn't work. ATM I can avoid it only by saying "export LC_TIME=en_GB.UTF-8" before running sphinx-build. Luc On 18.09.2018 09:40, Luc Saffre wrote: > PS : more concretely as a workaround, I added the following lines to my > conf.py file: > > import os >

[sphinx-users] Sphinx-1.8.0 released

2018-09-18 Thread Luc Saffre
PS : more concretely as a workaround, I added the following lines to my conf.py file: import os os.environ['LC_TIME'] = 'en_UK.UTF-8' Works for me. Luc On 13.09.2018 13:55, Luc Saffre wrote: > Thanks again! > > This time I have a nice problem which caused me a few hours of fun: >

Re: [sphinx-users] Sphinx-1.8.0 released

2018-09-18 Thread Luc Saffre
PS : more concretely as a workaround, I added the following lines to my conf.py file: import os os.environ['LC_TIME'] = 'en_UK.UTF-8' Works for me. Luc On 13.09.2018 13:55, Luc Saffre wrote: > Thanks again! > > This time I have a nice problem which caused me a few hours of fun: >

[sphinx-users] Sphinx-1.8.0 released

2018-09-13 Thread Luc Saffre
Thanks again! This time I have a nice problem which caused me a few hours of fun: http://luc.lino-framework.org/blog/2018/0913.html Summary: Sphinx version 1.8 sets the locale to the one defined by the LC_TIME environment variable on my machine, despite the fact that in my conf.py I have

[sphinx-users] Sphinx-1.8.0 released

2018-09-12 Thread Komiya Takeshi
Hi all, I'm delighted to announce the release of Sphinx 1.8.0 final, now available on the Python package index at . It includes about 45 new features, 26 bug fixes and 25 incompatible changes. For the full changelog, go to