mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
To allow to give (or not to give) an explicit title to the pending_xref nodes on translation, this skips to override the attribute on merge original and translated documents.
41 lines
738 B
Plaintext
41 lines
738 B
Plaintext
:tocdepth: 2
|
|
|
|
.. _i18n-role-xref:
|
|
|
|
i18n role xref
|
|
==============
|
|
|
|
link to :term:`Some term`, :ref:`i18n-role-xref`, :doc:`index`.
|
|
|
|
.. _same-type-links:
|
|
|
|
same type links
|
|
=================
|
|
|
|
link to :term:`Some term` and :term:`Some other term`.
|
|
|
|
link to :ref:`i18n-role-xref`, :ref:`same-type-links` and :ref:`label <same-type-links>`.
|
|
|
|
link to :doc:`index` and :doc:`glossary_terms`.
|
|
|
|
link to :option:`-m` and :option:`--module`.
|
|
|
|
link to :envvar:`env1` and :envvar:`env2`.
|
|
|
|
link to :token:`token1` and :token:`token2`.
|
|
|
|
link to :keyword:`i18n-role-xref` and :keyword:`same-type-links`.
|
|
|
|
|
|
.. option:: -m <module>
|
|
|
|
.. option:: --module <module>
|
|
|
|
.. envvar:: env1
|
|
|
|
.. envvar:: env2
|
|
|
|
.. productionlist::
|
|
token_stmt: `token1` ":" `token2`
|
|
|