Installation
============

.. important:: sphinx-contributors is compatible with Sphinx 3.0+ using Python 3.7+.

#. Install ``sphinx-contributors`` using PIP.

   .. code-block:: bash

      pip install sphinx-contributors

#. Add the extension to your Sphinx project ``conf.py`` file.

   .. code-block:: python

      extensions = ['sphinx_contributors']
