summaryrefslogtreecommitdiff
path: root/sphinx/texinputs/sphinx.sty
diff options
context:
space:
mode:
authorgeorg.brandl <devnull@localhost>2008-10-17 11:47:36 +0000
committergeorg.brandl <devnull@localhost>2008-10-17 11:47:36 +0000
commit0829f4c870bb7880b9312f4253e6f1166c31a970 (patch)
treeff4a74afa97b825d90b825f5eceffb1a314f71e0 /sphinx/texinputs/sphinx.sty
parentdf1ffcef5ad77e755b0e1e0664326a2430c4ad1c (diff)
downloadsphinx-0829f4c870bb7880b9312f4253e6f1166c31a970.tar.gz
Fix another ordering problem that led to uncolored Verbatim environments.
Diffstat (limited to 'sphinx/texinputs/sphinx.sty')
-rw-r--r--sphinx/texinputs/sphinx.sty2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty
index 7ce6cb51..ae6ad3e8 100644
--- a/sphinx/texinputs/sphinx.sty
+++ b/sphinx/texinputs/sphinx.sty
@@ -9,7 +9,6 @@
\ProvidesPackage{sphinx}[2008/05/01 LaTeX package (Sphinx markup)]
\RequirePackage{textcomp}
-\RequirePackage{fancyvrb}
\RequirePackage{fancyhdr}
\RequirePackage{fancybox}
\RequirePackage{titlesec}
@@ -18,6 +17,7 @@
\RequirePackage{makeidx}
\RequirePackage{framed}
\RequirePackage{color}
+\RequirePackage{fancyvrb}
% Redefine these colors to your liking in the preamble.
\definecolor{TitleColor}{rgb}{0.126,0.263,0.361}