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