From 64d1bac7d61c5543321a1dee8280f0d11deeceb6 Mon Sep 17 00:00:00 2001 From: Ir1dXD Date: Tue, 11 Feb 2020 21:19:21 +0800 Subject: [PATCH] set html_add_permalinks for docs (#812) ref: https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-html_add_permalinks --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 54d35d11..1039f734 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -358,3 +358,5 @@ autodoc_default_options = { 'show-inheritance': True, 'private-members': True, } + +html_add_permalinks = True