mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
chore: Remove html_copy_source option from user conf.py
Removed option to disable including RST sources in HTML build at the User Manual config level, since we can do it at the global conf level for all manuals. Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
@@ -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