Fix `width option of figure directive does not work if align` option also specified (ref: #2595)

This commit is contained in:
Takeshi KOMIYA
2016-05-30 10:46:17 +09:00
parent 58b4f046ab
commit da3d368961
2 changed files with 3 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ Bugs fixed
----------
* #2530: got "Counter too large" error on building PDF if large numbered footnotes existed in admonitions
* ``width`` option of figure directive does not work if ``align`` option specified at same time (ref: #2595)
Release 1.4.2 (released May 29, 2016)