安装

重要

sphinx-contributors 兼容 Sphinx 3.0+,使用 Python 3.7+。

  1. 使用 PIP 安装 sphinx-contributors

    pip install sphinx-contributors
    
  2. 在你的 Sphinx 项目的 conf.py 文件中添加插件。

    extensions = ['sphinx_contributors']