1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: Thomas Goirand <zigo@debian.org>
Date: Fri, 4 Aug 2017 17:05:43 +0200
Subject: Removes privacy breach in docs
Forwarded: not-needed
Last-Update: 2014-09-05
---
docs/conf.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index b700ed7..2328f83 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -35,7 +35,6 @@ extensions = [
"sphinx.ext.coverage",
"sphinx.ext.napoleon",
"sphinx.ext.viewcode",
- "sphinx.ext.mathjax",
"matplotlib.sphinxext.plot_directive",
"nbsphinx",
"sphinx_copybutton",
|