Merge pull request #4388 from tk0miya/master

stable to master
This commit is contained in:
Takeshi KOMIYA
2018-01-08 21:07:16 +09:00
committed by GitHub
6 changed files with 117 additions and 17 deletions

View File

@@ -137,6 +137,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
----------