File: disable_sphinx_github_style.patch

package info (click to toggle)
patroni 4.0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,708 kB
  • sloc: python: 28,942; sh: 565; makefile: 29
file content (13 lines) | stat: -rw-r--r-- 632 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: patroni/docs/conf.py
===================================================================
--- patroni.orig/docs/conf.py
+++ patroni/docs/conf.py
@@ -46,7 +46,7 @@ extensions = [
     'sphinx.ext.mathjax',
     'sphinx.ext.ifconfig',
     # 'sphinx.ext.viewcode',
-    'sphinx_github_style',  # Generate "View on GitHub" for source code
+    # 'sphinx_github_style',  # Generate "View on GitHub" for source code
     'sphinxcontrib.apidoc',  # For generating module docs from code
     'sphinx.ext.autodoc',  # For generating module docs from docstrings
     'sphinx.ext.napoleon',  # For Google and Numpy formatted docstrings