From 9fda6ac7e648596630fec5b7d79391a10735d629 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Fri, 1 Mar 2024 13:57:53 -0800 Subject: [PATCH] docs: stop copying source (#18404) --- docs/api_reference/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api_reference/conf.py b/docs/api_reference/conf.py index 6ba5c06d97d..3e49b5fc00c 100644 --- a/docs/api_reference/conf.py +++ b/docs/api_reference/conf.py @@ -1,4 +1,5 @@ """Configuration file for the Sphinx documentation builder.""" + # Configuration file for the Sphinx documentation builder. # # This file only contains a selection of the most common options. For a full @@ -174,3 +175,6 @@ myst_enable_extensions = ["colon_fence"] # generate autosummary even if no references autosummary_generate = True + +html_copy_source = False +html_show_sourcelink = False