Good Morning, one more time!!!
I'm trying to generate my documentation, and i have found one (or two problems).
When i generate the latexpdf (make latexpdf), evering it's in spanish... but the date no.... the date it is english format....
Looking the conf.py file i found two places where i can put the date, lines 61 and line 63, in the fisrt line, you can put the date wich you want (e.g. --> 61 today = '17 de Junio de 2014' ) and in the line 63 today_fmt = '%B %d, %Y', but these option put the date bad (5 de june de 2014) don't thranslate the month into spanish...
With the fisrt option, you can put the date, that you want, and with the second option, latexpdf generate the date, but, in English, well into spanglish.
Other solution that i've think its put the date in that format "DAY/MONTH/YEAR" (05/06/2014) but i don know how i can do that.
There is somebody, that have any suggestion, for to generate automatically the date in the spanish format.