fkunze wrote: > After a lot of search, I've seen messages saying that enumerated lists > were disabled, but then later I encountered Sphinx messages indicating > that they were now fixed. I am using 0.6.2. And I am using the > latest version of docutils. Can anyone suggest a fix? I need lower > case alphabetic letters in some nested lists, and they are simply > replaced currently by numbers.
I think it may have been mentioned in an earlier email, but the fact that you are seeing the numbers means that it is working... It's just that the current default template is missing the appropriate CSS style information to make the list appear in the letters or roman numerals that you are expecting. You can grab the necessary styles from just about any of the docutils default templates (ie, just run rst2html on something and grab them from the CSS at the top). I guess someone should file a bug on bitbucket to get these styles correctly added into the default templates. -- --Max Battcher-- http://worldmaker.net --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
