changeset 7b8f07386210 in modules/party:default details: https://hg.tryton.org/modules/party?cmd=changeset;node=7b8f07386210 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 483899893ccb -r 7b8f07386210 doc/conf.py --- a/doc/conf.py Tue Dec 15 12:40:23 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'