summaryrefslogtreecommitdiff
path: root/doc/rest.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/rest.rst')
-rw-r--r--doc/rest.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/rest.rst b/doc/rest.rst
index 293b2ea02..7b2b92ddc 100644
--- a/doc/rest.rst
+++ b/doc/rest.rst
@@ -363,8 +363,9 @@ directory on building (e.g. the ``_static`` directory for HTML output.)
Interpretation of image size options (``width`` and ``height``) is as follows:
if the size has no unit or the unit is pixels, the given size will only be
-respected for output channels that support pixels (i.e. not in LaTeX output).
-Other units (like ``pt`` for points) will be used for HTML and LaTeX output.
+respected for output channels that support pixels. Other units (like ``pt``
+for points) will be used for HTML and LaTeX output (the latter replaces ``pt``
+by ``bp`` as this is the TeX unit such that ``72bp=1in``).
Sphinx extends the standard docutils behavior by allowing an asterisk for the
extension::
@@ -386,6 +387,9 @@ Note that image file names should not contain spaces.
.. versionchanged:: 0.6
Image paths can now be absolute.
+.. versionchanged:: 1.5
+ latex target supports pixels (default is ``96px=1in``).
+
Footnotes
---------