mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
use :rst:role: markup
This commit is contained in:
parent
44708b03dc
commit
27285dfeed
@ -48,9 +48,9 @@ or use Python raw strings (``r"raw"``).
|
||||
|
||||
If ``True``, displayed math equations are numbered across pages in html and
|
||||
related (epub, ...) output. The :confval:`numfig` config value must be
|
||||
enabled and :confval:`numfig_secnum_depth` is respected. The ``:eq:`` role
|
||||
must be used to reference equation numbers, not the ``:numref:`` role.
|
||||
Default is ``False``.
|
||||
enabled and :confval:`numfig_secnum_depth` is respected. The :rst:role:`eq`
|
||||
role must be used to reference equation numbers, not the :rst:role:`numref`
|
||||
role. Default is ``False``.
|
||||
|
||||
:mod:`.mathbase` defines these new markup elements:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user