mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
15 lines
128 B
Plaintext
15 lines
128 B
Plaintext
Only directive
|
|
--------------
|
|
|
|
.. only:: html
|
|
|
|
In HTML.
|
|
|
|
.. only:: latex
|
|
|
|
In LaTeX.
|
|
|
|
.. only:: html or latex
|
|
|
|
In both.
|