Closes #1198: Allow "image" for the "figwidth" option of the :rst:dir:figure directive as documented by docutils.

This commit is contained in:
Georg Brandl
2014-01-12 19:28:47 +01:00
parent 12b3b49f22
commit 531d70989f
2 changed files with 3 additions and 10 deletions

View File

@@ -69,6 +69,9 @@ Bugs fixed
* #1233: Allow finding both Python classes and exceptions with the "class" and
"exc" roles in intersphinx.
* #1198: Allow "image" for the "figwidth" option of the :rst:dir:`figure`
directive as documented by docutils.
Documentation
-------------