set html_add_permalinks for docs (#812)
ref: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_add_permalinks
This commit is contained in:
parent
f7f1dc3f4e
commit
64d1bac7d6
|
@ -358,3 +358,5 @@ autodoc_default_options = {
|
|||
'show-inheritance': True,
|
||||
'private-members': True,
|
||||
}
|
||||
|
||||
html_add_permalinks = True
|
||||
|
|
Loading…
Reference in New Issue