From dc38002cf1bc38bd4fb0da4817543227329de7d3 Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Mon, 9 May 2016 09:00:26 +0200 Subject: [PATCH] [FIX] put latex_show_urls with a string --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index d95a603ae..5d83ffa4f 100644 --- a/conf.py +++ b/conf.py @@ -235,7 +235,7 @@ latex_logo = '_static/banners/odoo_logo.png' #latex_show_pagerefs = False # If true, show URL addresses after external links. -latex_show_urls = True +latex_show_urls = "True" # Documents to append as an appendix to all manuals. #latex_appendices = []