主页

索引

模块索引

搜索页面

sphinx-git

备注

本插件增加了对git的库的一些支持情况

前提:

1. 安装 sphinx-git
$ pip install sphinx-git

2. git 命令
The git executable must be specified

配置:

extensions = [
    ...
    "sphinx_git",
    ...
]

git Changelog:

.. git_changelog::

Details of the Latest Commit:

.. git_commit_detail::
    :branch:
    :commit:

主页

索引

模块索引

搜索页面