fix conf.py for translations
This commit is contained in:
parent
8a8ef9bdda
commit
9738c981f6
3
conf.py
3
conf.py
@ -31,7 +31,7 @@ language = None
|
|||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
|
||||||
# The master toctree document.
|
# 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
|
# List of patterns, relative to source directory, that match files and directories to ignore when
|
||||||
# looking for source files.
|
# looking for source files.
|
||||||
@ -39,6 +39,7 @@ exclude_patterns = [
|
|||||||
'locale',
|
'locale',
|
||||||
'README.*',
|
'README.*',
|
||||||
'bin', 'include', 'lib',
|
'bin', 'include', 'lib',
|
||||||
|
'odoo',
|
||||||
]
|
]
|
||||||
|
|
||||||
# The RST text role to use when the role is not specified. E.g.: `example`.
|
# The RST text role to use when the role is not specified. E.g.: `example`.
|
||||||
|
Loading…
Reference in New Issue
Block a user