From 537c255a5114633a8c023322dc33bd1144ff2a0b Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 17 Sep 2025 11:01:58 -0400 Subject: [PATCH] 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 --- user_manual/conf.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/user_manual/conf.py b/user_manual/conf.py index fb397678a..405381938 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -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