We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32dd9e8 commit c6cad28Copy full SHA for c6cad28
doc/conf.py
@@ -22,6 +22,7 @@
22
'sphinx.ext.autodoc',
23
'sphinx.ext.viewcode',
24
'sphinx.ext.napoleon', # support for NumPy-style docstrings
25
+ 'sphinx_last_updated_by_git',
26
]
27
28
autoclass_content = 'init'
doc/requirements.txt
@@ -1 +1,2 @@
1
insipid-sphinx-theme
2
+sphinx-last-updated-by-git
0 commit comments