Consider the item "2-3)" in the "Complexity" list on http://en.cppreference.com/w/cpp/container/vector/vector. How could I achieve the same thing in reStructuredText/Sphinx?
The closest I got was writing
| 1) ...
| 2-3) ...
| 4) ...
but this destroys the list formatting (enumerators and split lines are not properly indented). Another option would be to use tables, but I don't want a table formatting.