Merge pull request #13673 from nextcloud/jtr/fix-global-disable-copy-source-global

fix: Disable unnecessary RST source inclusion in HTML builds
This commit is contained in:
rakekniven
2025-09-17 17:10:22 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -41,6 +41,9 @@ html_theme_options = {
# relative path to subdirectories
html_logo = "../_shared_assets/static/logo-white.png"
# disable including the reST sources in HTML builds (in _sources/) (default is True)
html_copy_source = False
# substitutions go here
rst_epilog = '.. |version| replace:: %s' % version

View File

@@ -74,9 +74,6 @@ html_show_sphinx = False
# but this is likely good enough and the most conservative for now.
html_baseurl = "https://docs.nextcloud.com/server/stable/user_manual/"
# disable including the reST sources in the HTML build as _sources/name (default is True)
html_copy_source = False
# -- Options for HTML help output --------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-help-output