From: Daniele Varrazzo Date: Sun, 28 Nov 2021 22:39:36 +0000 (+0100) Subject: Add sphinx link to docs footer, drop page source link X-Git-Tag: pool-3.1~101 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=874cc99004af829f03c69d0f3e88427df4ff4728;p=thirdparty%2Fpsycopg.git Add sphinx link to docs footer, drop page source link --- diff --git a/docs/conf.py b/docs/conf.py index 78974d482..148921694 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -76,7 +76,8 @@ pygments_style = "tango" # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. html_theme = "furo" -html_show_sphinx = False +html_show_sphinx = True +html_show_sourcelink = False html_theme_options = { "announcement": announcement, "sidebar_hide_name": False,