fix conf.py for translations

This commit is contained in:
Antoine Vandevenne (anv) 2021-03-10 15:13:47 +01:00
parent 8a8ef9bdda
commit 9738c981f6

View File

@ -31,7 +31,7 @@ language = None
source_suffix = '.rst'
# The master toctree document.
master_doc = 'index'
master_doc = 'content/index'
# List of patterns, relative to source directory, that match files and directories to ignore when
# looking for source files.
@ -39,6 +39,7 @@ exclude_patterns = [
'locale',
'README.*',
'bin', 'include', 'lib',
'odoo',
]
# The RST text role to use when the role is not specified. E.g.: `example`.