Skip to content

Commit 537c255

Browse files
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>
1 parent 627b4a4 commit 537c255

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

user_manual/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474
# but this is likely good enough and the most conservative for now.
7575
html_baseurl = "https://docs.nextcloud.com/server/stable/user_manual/"
7676

77-
# disable including the reST sources in the HTML build as _sources/name (default is True)
78-
html_copy_source = False
79-
8077
# -- Options for HTML help output --------------------------------------------
8178
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-help-output
8279

0 commit comments

Comments
 (0)