diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-05-30 13:13:38 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-05-30 13:13:38 +0900 |
| commit | 24beece2a3ad246cb3182f8a6ac1eab9bf61bf95 (patch) | |
| tree | 0c9946f09a88b27114b947deaea2bfab7d0a02fe /tests/root | |
| parent | da3d368961f8eb75b28d231718bf4e53194d9c16 (diff) | |
| download | sphinx-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.txt | 6 |
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 -------------- |
