summaryrefslogtreecommitdiff
path: root/docs/pyboard/quickref.rst
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2018-07-10 12:45:52 +1000
committerDamien George <damien.p.george@gmail.com>2018-07-10 12:45:52 +1000
commit2cff340357e04cea81153b34fd442839184e8c98 (patch)
tree5692cc08d3f70d3a0960343033dcac0632bdae9d /docs/pyboard/quickref.rst
parentfcf621b066142cc221e5357f54e8156b1cb8c7fd (diff)
docs/pyboard: For latex build, use smaller quickref jpg, and no gifs.
The latexpdf target needs images that fit on the page, and does not support gifs.
Diffstat (limited to 'docs/pyboard/quickref.rst')
-rw-r--r--docs/pyboard/quickref.rst13
1 files changed, 10 insertions, 3 deletions
diff --git a/docs/pyboard/quickref.rst b/docs/pyboard/quickref.rst
index 48798aad3..87a7bba3e 100644
--- a/docs/pyboard/quickref.rst
+++ b/docs/pyboard/quickref.rst
@@ -9,9 +9,16 @@ other versions of the pyboard:
or `PYBLITEv1.0-AC <http://micropython.org/resources/pyblitev10ac-pinout.jpg>`__
or `PYBLITEv1.0 <http://micropython.org/resources/pyblitev10-pinout.jpg>`__.
-.. image:: http://micropython.org/resources/pybv10-pinout.jpg
- :alt: PYBv1.0 pinout
- :width: 700px
+.. only:: not latex
+
+ .. image:: http://micropython.org/resources/pybv10-pinout.jpg
+ :alt: PYBv1.0 pinout
+ :width: 700px
+
+.. only:: latex
+
+ .. image:: http://micropython.org/resources/pybv10-pinout-800px.jpg
+ :alt: PYBv1.0 pinout
General board control
---------------------