Glen Whitney
b1203327ad
The mechanism here is to shadow a specified `custom.theme_dir` in the generated docs directory, and then ignore generated files therein (since they will be being used by the theme to render the pages, and are not actually part of the documentation).
5 lines
127 B
Plaintext
5 lines
127 B
Plaintext
{! "\syspath mkdocs/themes/readthedocs/base.html"
|
|
extract:
|
|
replace: [ ['([<]body.*$)', '\1\n<p>Kilroy was here.</p>\n'] ]
|
|
!}
|