]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Add sphinx link to docs footer, drop page source link
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Nov 2021 22:39:36 +0000 (23:39 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sun, 28 Nov 2021 22:39:36 +0000 (23:39 +0100)
docs/conf.py

index 78974d4825544d45a42b6c35af374ad606bb45c6..1489216944f3de3d6dc4043ae28d4ae7f7214625 100644 (file)
@@ -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,