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:
Ir1dXD 2020-02-11 21:19:21 +08:00 committed by GitHub
parent f7f1dc3f4e
commit 64d1bac7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -358,3 +358,5 @@ autodoc_default_options = {
'show-inheritance': True,
'private-members': True,
}
html_add_permalinks = True