File: reproducible_docs.patch

package info (click to toggle)
patroni 4.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 4,708 kB
  • sloc: python: 28,942; sh: 565; makefile: 29
file content (12 lines) | stat: -rw-r--r-- 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
Index: patroni/docs/conf.py
===================================================================
--- patroni.orig/docs/conf.py
+++ patroni/docs/conf.py
@@ -61,6 +61,7 @@ autodoc_default_options = {
     "members": True,
     "undoc-members": True,
     "private-members": True,
+    "autodoc_preserve_defaults": True,
 }
 
 # Add any paths that contain templates here, relative to this directory.