Fix #2436: Sphinx does not check version by :confval:needs_sphinx if loading extensions failed

This commit is contained in:
Takeshi KOMIYA
2016-04-16 16:55:59 +09:00
parent f15bdce1db
commit febfd6829c
3 changed files with 12 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ Bugs fixed
* #2370: the equations are slightly misaligned in LaTeX writer
* #1817, #2077: suppress pep8 warnings on conf.py generated by sphinx-quickstart
* #2407: building docs crash if document includes large data image URIs
* #2436: Sphinx does not check version by :confval:`needs_sphinx` if loading extensions failed
Release 1.4.1 (released Apr 12, 2016)