Sphinx Watermark¶
sphinx-watermark is an extension for Sphinx that enables watermarks for HTML output.
Full documentation: https://jokneemo.github.io/sphinx-watermark
Why a Fork?¶
Forked from kallimachos/sphinxmark
This fork was created primarily to remove the dependency on bottle, and to support updates to Sphinx v7, Docutils, and Pillow.
Some themes perform differently in newer version of Docutils. The main issues faced are html elements are changed between div, section, article, etc.
Sphinxmark only supported div elements and the configuration changes I made to support it were too expansive for a simple pull request. See below for all of the enhancements added.
What’s Different?¶
Removed bottle dependency
HTML element selection
Static png name to support spaces in text
Collection of fonts
See the fonts directory.
Customizable border