From cde2a210d5409daef3a7e2afb9a9f23e312414a9 Mon Sep 17 00:00:00 2001 From: Simon Briere Date: Mon, 30 Oct 2023 15:15:55 -0400 Subject: [PATCH] Refs #91. Removed "View source" in docs. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 7bce3ec0..c5efc315 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,6 +28,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output +html_show_sourcelink = False html_theme = 'sphinx_rtd_theme' html_theme_options = { 'navigation_depth': -1,