changeset 6000a7b6d45d in modules/currency:default
details: https://hg.tryton.org/modules/currency?cmd=changeset;node=6000a7b6d45d
description:
        Support building documentation with older versions of Sphinx

        issue9943
        review331531002
diffstat:

 doc/conf.py |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 95bc22323d2f -r 6000a7b6d45d doc/conf.py
--- a/doc/conf.py       Tue Dec 15 12:27:38 2020 +0000
+++ b/doc/conf.py       Wed Dec 16 09:59:57 2020 +0000
@@ -41,6 +41,7 @@
 
 info = get_info()
 
+master_doc = 'index'
 project = info['name']
 release = version = info['series']
 default_role = 'ref'

Reply via email to