summaryrefslogtreecommitdiff
path: root/tests/root
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-05-30 13:13:38 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-05-30 13:13:38 +0900
commit24beece2a3ad246cb3182f8a6ac1eab9bf61bf95 (patch)
tree0c9946f09a88b27114b947deaea2bfab7d0a02fe /tests/root
parentda3d368961f8eb75b28d231718bf4e53194d9c16 (diff)
downloadsphinx-git-24beece2a3ad246cb3182f8a6ac1eab9bf61bf95.tar.gz
Fix combination of figure directive options; width, figwidth and align (ref: #2595)
Diffstat (limited to 'tests/root')
-rw-r--r--tests/root/markup.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/root/markup.txt b/tests/root/markup.txt
index cc1fa2a63..9940c31f2 100644
--- a/tests/root/markup.txt
+++ b/tests/root/markup.txt
@@ -246,6 +246,12 @@ Figures
figure with align & figwidth option
+.. figure:: rimg.png
+ :align: right
+ :width: 3cm
+
+ figure with align & width option
+
Version markup
--------------