From c7f7b0293e128138b3e4a8a806b8f99d6b13ad09 Mon Sep 17 00:00:00 2001 From: Robpol86 Date: Sat, 28 Sep 2024 17:37:35 -0400 Subject: [PATCH] source not edit --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3d7dc32c..b980cc6c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -59,7 +59,7 @@ "repository_branch": GIT_BRANCH, "repository_url": GIT_URL, "use_download_button": False, - "use_edit_page_button": not not GIT_URL, # pylint: disable=unneeded-not + "use_source_button": not not GIT_URL, # pylint: disable=unneeded-not "use_fullscreen_button": False, } html_title = project @@ -215,4 +215,5 @@ def setup(app): * apple favicons * revisit all extension settings here * fix imgur-embed in latest sphinx +* validate rss """