Skip to content

Commit bbc978c

Browse files
authored
Merge pull request #13673 from nextcloud/jtr/fix-global-disable-copy-source-global
fix: Disable unnecessary RST source inclusion in HTML builds
2 parents c7a2881 + 537c255 commit bbc978c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@
4141
# relative path to subdirectories
4242
html_logo = "../_shared_assets/static/logo-white.png"
4343

44+
# disable including the reST sources in HTML builds (in _sources/) (default is True)
45+
html_copy_source = False
46+
4447
# substitutions go here
4548
rst_epilog = '.. |version| replace:: %s' % version
4649

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)