[Python-modules-commits] r23883 - in packages/sphinx/trunk/debian/patches (no_external_css.diff)

jwilk at users.alioth.debian.org jwilk at users.alioth.debian.org
Mon Apr 8 19:15:25 UTC 2013


    Date: Monday, April 8, 2013 @ 19:15:24
  Author: jwilk
Revision: 23883

Add the forgotten patch.

Added:
  packages/sphinx/trunk/debian/patches/no_external_css.diff

Added: packages/sphinx/trunk/debian/patches/no_external_css.diff
===================================================================
--- packages/sphinx/trunk/debian/patches/no_external_css.diff	                        (rev 0)
+++ packages/sphinx/trunk/debian/patches/no_external_css.diff	2013-04-08 19:15:24 UTC (rev 23883)
@@ -0,0 +1,27 @@
+Description: don't use CSS files hosted on external sites
+Author: Jakub Wilk <jwilk at debian.org>
+Forwarded: no
+Last-Update: 2013-04-08
+
+--- a/doc/_themes/sphinx13/layout.html
++++ b/doc/_themes/sphinx13/layout.html
+@@ -14,8 +14,6 @@
+ {% block sidebar2 %}{% endblock %}
+ 
+ {% block extrahead %}
+-    <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,700'
+-          rel='stylesheet' type='text/css'>
+ {{ super() }}
+ {%- if not embedded %}
+     <style type="text/css">
+--- a/sphinx/themes/pyramid/layout.html
++++ b/sphinx/themes/pyramid/layout.html
+@@ -1,8 +1,6 @@
+ {%- extends "basic/layout.html" %}
+ 
+ {%- block extrahead %}
+-<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" />
+-<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" />
+ <!--[if lte IE 6]>
+ <link rel="stylesheet" href="{{ pathto('_static/ie6.css', 1) }}" type="text/css" media="screen" charset="utf-8" />
+ <![endif]-->




More information about the Python-modules-commits mailing list