* debian/patches/sphinx_no_mathjax.patch: Removed, no longer needed.

This commit is contained in:
Michael Banck 2019-02-07 18:01:42 +01:00
parent 9dac6883f9
commit 14b1f81df2
3 changed files with 1 additions and 14 deletions

1
debian/changelog vendored
View file

@ -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] <version> <cluster name>" syntax.
* debian/patches/sphinx_no_mathjax.patch: Removed, no longer needed.
-- Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org> Mon, 04 Feb 2019 21:12:35 +0100

View file

@ -1,4 +1,3 @@
sphinx_no_mathjax.patch
startup_scripts.patch
coverage_binary.patch
consul_import.patch

View file

@ -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']