mention limitation to html-like targets

This commit is contained in:
Oliver Jahn 2017-12-16 10:34:06 -05:00
parent fa6dd3485d
commit 04f2929f59

View File

@ -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: