We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab30ce commit 3412f95Copy full SHA for 3412f95
2 files changed
doc/conf.py
@@ -16,6 +16,7 @@
16
'sphinx.ext.intersphinx',
17
'sphinx.ext.viewcode',
18
'sphinx.ext.napoleon', # support for NumPy-style docstrings
19
+ 'sphinx_last_updated_by_git',
20
]
21
22
autoclass_content = 'init'
@@ -65,8 +66,9 @@
65
66
html_title = project + ', version ' + release
67
html_favicon = 'favicon.svg'
68
html_domain_indices = False
-html_show_sourcelink = True
69
html_show_copyright = False
70
+html_copy_source = False
71
+html_add_permalinks = '\N{SECTION SIGN}'
72
htmlhelp_basename = 'python-sounddevice'
73
74
latex_elements = {
doc/requirements.txt
@@ -1 +1,2 @@
1
insipid-sphinx-theme
2
+sphinx-last-updated-by-git
0 commit comments