File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4141# relative path to subdirectories
4242html_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
4548rst_epilog = '.. |version| replace:: %s' % version
4649
Original file line number Diff line number Diff line change 7474# but this is likely good enough and the most conservative for now.
7575html_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
You can’t perform that action at this time.
0 commit comments