* debian/patches/fix-sphinx-build.patch: Refreshed.

This commit is contained in:
Michael Banck 2021-10-16 13:59:27 +02:00
parent f5ba0478ef
commit 5bbbd8a5bb

View file

@ -1,8 +1,8 @@
diff --git a/docs/conf.py b/docs/conf.py Index: patroni/docs/conf.py
index 20fa354..ae19400 100644 ===================================================================
--- a/docs/conf.py --- patroni.orig/docs/conf.py
+++ b/docs/conf.py +++ patroni/docs/conf.py
@@ -194,4 +194,7 @@ intersphinx_mapping = {'https://docs.python.org/': None} @@ -204,4 +204,7 @@ intersphinx_mapping.update(check_object_
# A possibility to have an own stylesheet, to add new rules or override existing ones # A possibility to have an own stylesheet, to add new rules or override existing ones
# For the latter case, the CSS specificity of the rules should be higher than the default ones # For the latter case, the CSS specificity of the rules should be higher than the default ones
def setup(app): def setup(app):