File: remove-reference-to-online-css.patch

package info (click to toggle)
quodlibet 4.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 17,412 kB
  • sloc: python: 84,164; sh: 385; xml: 110; makefile: 91
file content (16 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove reference to online CSS, privacy problem
Author: W. Martin Borgert <debacle@debian.org>
Origin: vendor
Last-Update: 2018-08-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -54,7 +54,6 @@
 
 html_context = {
     'extra_css_files': [
-        '//quodlibet.github.io/fonts/font-mfizz.css',
         '_static/extra.css',
     ],
 }