InstallationΒΆ
Important
sphinx-contributors is compatible with Sphinx 3.0+ using Python 3.7+.
Install
sphinx-contributorsusing PIP.pip install sphinx-contributors
Add the extension to your Sphinx project
conf.pyfile.extensions = ['sphinx_contributors']