On 2017-11-17 10:06, 'Infernal' via sphinx-users wrote: > Can you have order lists that have multiple levels of enumeration? > > Something like: > > 1. > 1.1 > 1.2.1 > #.#.# > #.#.# > #.# > > Which would translate to: > > 1. > 1.1 > 1.2.1 > 1.2.2 > 1.2.3 > 1.3 > > Sort of like nested order lists, but without the indentation.
I don't think so. At least in HTML, you would have to represent them as something other than lists in order to have them numbered like that, and I don't believe such code exists in Sphinx. (Except for auto-numbered sections. I don't suppose your items could be section headers?) Alternatively, you might want to look into simply removing the indentation in nested lists. At least for HTML this should be fairly simple... -- Matthew -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
