Skip to content
This repository was archived by the owner on May 28, 2022. It is now read-only.

Commit 6a4c213

Browse files
committed
docs: gitのログを出すように
1 parent 9e2d322 commit 6a4c213

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

docs/conf.py

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,20 @@
3232
# ones.
3333
extensions = [
3434
'sphinx.ext.autodoc',
35-
'sphinx.ext.viewcode',
3635
'sphinx.ext.autosummary',
36+
'sphinx.ext.extlinks',
37+
'sphinx.ext.doctest',
38+
'sphinx.ext.extlinks',
39+
'sphinx.ext.viewcode',
40+
'sphinx.ext.intersphinx',
41+
'sphinx.ext.autosectionlabel',
3742
'sphinx.ext.todo',
3843
'sphinx.ext.napoleon',
3944
'numpydoc',
40-
'sphinx_panels'
45+
'sphinx_panels',
46+
'sphinx_git'
4147
]
48+
panels_add_bootstrap_css = False
4249

4350
autodoc_mock_imports = ["matplotlib"]
4451
autoclass_content = 'both'

docs/index.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Mi.pyはDiscord.pyライクな書き方ができるように作成されてい
3737
:text: To the reference guide
3838
:classes: btn-block btn-secondary stretched-link
3939

40+
Recent Changes
41+
--------------
42+
43+
.. git_changelog::
4044

4145
Indices and tables
4246
==================

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ requests
88
websockets
99
numpydoc
1010
sphinx-panels
11+
sphinx-git

0 commit comments

Comments
 (0)