mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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:
3
conf.py
3
conf.py
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user