Remove ifthen dependency from sphinx.sty and update CHANGES

This commit is contained in:
jfbu
2016-06-08 11:48:04 +02:00
parent c51282530c
commit 6f9ae8d84b
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ Incompatible changes
* LaTeX package fancybox is not longer a dependency of sphinx.sty
* Use ``'locales'`` as a default value of `locale_dirs`
* LaTeX package ifthen is not any longer a dependency of sphinx.sty
Features added
--------------
-2
View File
@@ -19,8 +19,6 @@
% For framing code-blocks and warning type notices, and shadowing topics
\RequirePackage{framed}
\newif\ifSphinx@inframed % flag set if we are in a framed environment
% ifthen not used anymore and will be removed at Sphinx-1.5
\RequirePackage{ifthen}
% The xcolor package draws better fcolorboxes around verbatim code
\IfFileExists{xcolor.sty}{
\RequirePackage{xcolor}