mirror of
https://github.com/clearlinux/clear-linux-documentation.git
synced 2026-09-03 20:31:31 +00:00
conf.py: fix html_add_permalinks
When compiling documentation a warning message is showed: WARNING: The config value `html_add_permalinks' has type `bool', defaults to `str'. The documentation from http://www.sphinx-doc.org/es/stable/config.html said to set it to None or the empty string to disable permalinks. Now it is set to empty string and the warning disappear.
This commit is contained in:
+1
-1
@@ -294,4 +294,4 @@ texinfo_documents = [
|
||||
#texinfo_no_detailmenu = False
|
||||
|
||||
# If true, generates permalinks on the HTML output.
|
||||
html_add_permalinks = False
|
||||
html_add_permalinks = ""
|
||||
|
||||
Reference in New Issue
Block a user