From 2f682ca6698fd51f30f0740db538a7b4abac24b6 Mon Sep 17 00:00:00 2001 From: Yannick Tivisse Date: Fri, 6 May 2016 13:42:22 +0200 Subject: [PATCH] [FIX] set latex_show_urls to True --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 8dbdde424..d95a603ae 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 = []