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
|