Files
nextcloud-docs/conf.py
Josh 627b4a4fd3 fix: Disable unnecessary RST source inclusion in HTML builds
Disable inclusion of RST sources in HTML builds.

This would normally be used if we we had the links for readers to view the RST source code. We don't and there's no point in doing so.

- Already the case for the User Manual, but not the others; this makes it global across all manuals
- No need to include RST source since we're not linking to it (i.e. we're not using `html_show_sourcelink` anywhere).

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-09-17 10:59:59 -04:00

3.4 KiB