File: remove_mathjax.patch

package info (click to toggle)
pyqso 1.1.0-10
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,836 kB
  • sloc: python: 4,225; makefile: 151; sh: 18
file content (15 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Remove MathJax from Sphinx as is unused and causes privacy breach
Author: Iain R. Learmonth <irl@fsfe.org>                                         
Last-Update: 2015-03-23

--- pyqso.orig/docs/source/conf.py
+++ pyqso/docs/source/conf.py
@@ -32,7 +32,7 @@
 extensions = [
     'sphinx.ext.autodoc',
     'sphinx.ext.intersphinx',
-    'sphinx.ext.mathjax',
+    #'sphinx.ext.mathjax',
     'sphinx.ext.ifconfig',
     'sphinx.ext.viewcode',
 ]