Remove sphinx.sty dependency on latex package fancybox

This commit is contained in:
jfbu 2016-04-20 18:58:58 +02:00
parent 073094a212
commit 7ae27dd5d7
2 changed files with 2 additions and 2 deletions

View File

@ -4,6 +4,8 @@ Release 1.5 (in development)
Incompatible changes
--------------------
* LaTeX package fancybox is not longer a dependency of sphinx.sty
Features added
--------------

View File

@ -17,8 +17,6 @@
\@ifclassloaded{memoir}{}{\RequirePackage{fancyhdr}}
\RequirePackage{textcomp}
% fancybox not used anymore and will be removed at Sphinx-1.5
\RequirePackage{fancybox}
\RequirePackage{titlesec}
\RequirePackage{tabulary}
\RequirePackage{makeidx}