In sphinx default, the equation number is aligned right. but this theme does not do that. in `sphinx/themes/basic/static/basic.css_t`, the element is styled as following: ``` span.eqno { float: right; } ```