Commit 627b4a4
authored
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>1 parent c7a2881 commit 627b4a4
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments