From 14b1f81df28143b5643bcb7589b92878a85fb3c3 Mon Sep 17 00:00:00 2001 From: Michael Banck Date: Thu, 7 Feb 2019 18:01:42 +0100 Subject: [PATCH] * debian/patches/sphinx_no_mathjax.patch: Removed, no longer needed. --- debian/changelog | 1 + debian/patches/series | 1 - debian/patches/sphinx_no_mathjax.patch | 13 ------------- 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 debian/patches/sphinx_no_mathjax.patch diff --git a/debian/changelog b/debian/changelog index a89120f..33fb35f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ patroni (1.5.4-7) UNRELEASED; urgency=medium [ Michael Banck ] * debian/pg_creatconfig_patroni: Remove --scope option in favor of pg_createcluster's regular "[options] " syntax. + * debian/patches/sphinx_no_mathjax.patch: Removed, no longer needed. -- Debian PostgreSQL Maintainers Mon, 04 Feb 2019 21:12:35 +0100 diff --git a/debian/patches/series b/debian/patches/series index 67bf578..8fab46a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,4 +1,3 @@ -sphinx_no_mathjax.patch startup_scripts.patch coverage_binary.patch consul_import.patch diff --git a/debian/patches/sphinx_no_mathjax.patch b/debian/patches/sphinx_no_mathjax.patch deleted file mode 100644 index 2ce47a3..0000000 --- a/debian/patches/sphinx_no_mathjax.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: patroni/docs/conf.py -=================================================================== ---- patroni.orig/docs/conf.py -+++ patroni/docs/conf.py -@@ -35,7 +35,7 @@ from patroni.version import __version__ - # ones. - extensions = ['sphinx.ext.intersphinx', - 'sphinx.ext.todo', -- 'sphinx.ext.mathjax', -+# 'sphinx.ext.mathjax', - 'sphinx.ext.ifconfig', - 'sphinx.ext.viewcode'] -