From 6f9ae8d84b11c0a0f8fe1fc62e6b32e140dea11e Mon Sep 17 00:00:00 2001 From: jfbu Date: Wed, 8 Jun 2016 11:48:04 +0200 Subject: [PATCH] Remove ifthen dependency from sphinx.sty and update CHANGES --- CHANGES | 1 + sphinx/texinputs/sphinx.sty | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) 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}