Skip to content

Commit f9d33cd

Browse files
committed
Fixed site setup
1 parent 6577f7b commit f9d33cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@
9393
html_theme_path = sphinx_docs_theme.get_html_theme_path()
9494

9595
# Removes permalink markers
96-
html_add_permalinks = ''
96+
html_permalinks = False
97+
html_permalinks_icon = ''
9798

9899
# Theme options.
99100
html_theme_options = {

0 commit comments

Comments
 (0)