docs: stop copying source (#18404)

This commit is contained in:
Erick Friis
2024-03-01 13:57:53 -08:00
committed by William Fu-Hinthorn
parent 5c16a3c6e3
commit ff6571912a

View File

@@ -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