doc/content/installation.rst
============
Installation
============
Install sphinx-watermark using pip:
.. code-block:: bash
$ pip3 install sphinx-watermark
.. note::
Sphinx Watermark uses the `Pillow module <https://pillow.readthedocs.io/en/stable/>`_ for creating PNG
files. If you encounter ``C module is not installed`` errors when Sphinx loads the sphinx-watermark
extension, you may need to install some of the `external libraries
<https://pillow.readthedocs.io/en/stable/installation.html#external-libraries>`_ for Pillow.