mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-18 18:53:10 +00:00
docs: stop copying source (#18404)
This commit is contained in:
parent
50abeb7ed9
commit
9fda6ac7e6
@ -1,4 +1,5 @@
|
|||||||
"""Configuration file for the Sphinx documentation builder."""
|
"""Configuration file for the Sphinx documentation builder."""
|
||||||
|
|
||||||
# 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
|
# 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
|
# generate autosummary even if no references
|
||||||
autosummary_generate = True
|
autosummary_generate = True
|
||||||
|
|
||||||
|
html_copy_source = False
|
||||||
|
html_show_sourcelink = False
|
||||||
|
Loading…
Reference in New Issue
Block a user