From bcf1d24ec63f51dcfc25053f222a689485290e4e Mon Sep 17 00:00:00 2001 From: PhilipMay Date: Thu, 7 Dec 2023 09:43:18 +0100 Subject: [PATCH] no md sources --- source/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/conf.py b/source/conf.py index 5fb7114..1e10684 100644 --- a/source/conf.py +++ b/source/conf.py @@ -68,6 +68,12 @@ "footer_end": [], } +# https://pydata-sphinx-theme.readthedocs.io/en/stable/user_guide/source-buttons.html#view-source-link +html_show_sourcelink = False + +# https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_copy_source +html_copy_source = False + html_static_path = ["_static"] html_extra_path = ["_extra"]