mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove sphinx.sty dependency on latex package fancybox
This commit is contained in:
parent
073094a212
commit
7ae27dd5d7
2
CHANGES
2
CHANGES
@ -4,6 +4,8 @@ Release 1.5 (in development)
|
||||
Incompatible changes
|
||||
--------------------
|
||||
|
||||
* LaTeX package fancybox is not longer a dependency of sphinx.sty
|
||||
|
||||
Features added
|
||||
--------------
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user