Georg Brandl napsal(a): >> * date in bootom could be formatted according to format in translation ... >> > > It should already be. The format is html_last_updated_fmt, and should be > in the message catalog as well. >
Yes, it works. With this respect I got two other ideas: * when I change conf.py then sphinx-build should automatically rebuild everything * it would be nice, to get real name of a month in locale, to include somewhere say : import locale locale.setlocale(locale.LC_ALL, "czech") > >> * unicode in index - when a term in index starts with unicode (say czech >> řetězec), it is handled as Symbol not as usual word starting with letter >> Ř (capital of ř). >> > > That is something I thought using the right babel option would take > care of automatically. > Not sure what you mean by "babel". > >> * in the index.html the list of pages, created from toctree - the >> bullets (black circle) should be configurable - yes/no. If main >> headings are numbered, than there is disturbing bullet in front of the >> number. >> > > Good point. Do you want to work on a patch? > sorry, I dont think I am good enough at that. >> * this is probably just question: how to make sphinx to copy some >> subdirectories of my main directory to build? >> > > What do you need it for? There are always the static directories that > are copied. > I do not know what you mean. I got tho possibilities: 1/ when I have directory say "down" - then it is not automatically copied into .build 2/ when I put "down" into html_static_path = ['.static', "down"], then just files from within the directoty are copied. I would like to see, that the whole dir is copied as it is into .build. Yes, I can copy it by myself, but this would be more elegant. Thank you P. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
