Skip to content

Commit c6cad28

Browse files
committed
DOC: Add sphinx_last_updated_by_git extension
1 parent 32dd9e8 commit c6cad28

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
'sphinx.ext.autodoc',
2323
'sphinx.ext.viewcode',
2424
'sphinx.ext.napoleon', # support for NumPy-style docstrings
25+
'sphinx_last_updated_by_git',
2526
]
2627

2728
autoclass_content = 'init'

doc/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
insipid-sphinx-theme
2+
sphinx-last-updated-by-git

0 commit comments

Comments
 (0)