File: Drop-usage-of-pngmath-sphinx-extension.patch

package info (click to toggle)
python-hdf5storage 0.1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 668 kB
  • ctags: 407
  • sloc: python: 3,188; makefile: 133
file content (20 lines) | stat: -rw-r--r-- 603 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Thu, 30 Jun 2016 15:59:03 +0100
Subject: Drop usage of pngmath sphinx extension.

---
 doc/source/conf.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index cf7ca6c..8662440 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -31,7 +31,6 @@ extensions = ['sphinx.ext.autodoc',
 	      'sphinx.ext.intersphinx',
 	      'sphinx.ext.todo',
 	      'sphinx.ext.coverage',
-	      'sphinx.ext.pngmath',
 	      'sphinx.ext.mathjax',
 	      'sphinx.ext.ifconfig',
 	      'sphinx.ext.viewcode',