Merge branch 'stable'

This commit is contained in:
Takeshi KOMIYA
2018-01-07 12:16:17 +09:00
6 changed files with 119 additions and 17 deletions

View File

@@ -127,6 +127,10 @@ Features added
:ref:`LaTeX 'sphinxsetup' <latexsphinxsetup>` key (refs: #4285)
* Easier customizability of LaTeX macros involved in rendering of code-blocks
* Show traceback if conf.py raises an exception (refs: #4369)
* Add :confval:`smartquotes` to disable smart quotes through ``conf.py``
(refs: #3967)
* Add :confval:`smartquotes_action` and :confval:`smartquotes_excludes`
(refs: #4142, #4357)
Bugs fixed
----------