diff --git a/CHANGES b/CHANGES index fef98313d6..bf00ad8640 100644 --- a/CHANGES +++ b/CHANGES @@ -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 -------------- diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index 3a02daf8d3..27815a1d2b 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -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}