From 4030182881afe319692184d59a9e79b6513620a3 Mon Sep 17 00:00:00 2001 From: Xavier Morel Date: Wed, 15 Apr 2015 14:32:24 +0200 Subject: [PATCH] [FIX] warning when compiling doc --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 33de490b2..99adea4f4 100644 --- a/conf.py +++ b/conf.py @@ -134,7 +134,7 @@ html_theme_path = ['_themes'] # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] html_style = 'odoodoc.css' -html_add_permalinks = False +html_add_permalinks = '' # Add any extra paths that contain custom files (such as robots.txt or # .htaccess) here, relative to this directory. These files are copied