From 804ce7ad0215b5984bddb9170317130bc5c80843 Mon Sep 17 00:00:00 2001 From: redteampanda-ng <31235211+redteampanda-ng@users.noreply.github.com> Date: Wed, 30 Oct 2024 15:28:30 +0100 Subject: [PATCH] chore: disable show source --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index b20576a..af470c0 100644 --- a/conf.py +++ b/conf.py @@ -26,7 +26,7 @@ if "html_context" not in globals(): html_context = {} html_context["READTHEDOCS"] = True - +html_show_sourcelink = False epub_title = project epub_exclude_files = ['search.html'] intersphinx_mapping = {'https://docs.python.org/': None}