mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added configuration entries to allow translating Salt docs
This commit is contained in:
parent
e970915e77
commit
4e0f523ede
1 changed files with 5 additions and 0 deletions
|
@ -105,6 +105,11 @@ version = salt.version.__version__
|
|||
#release = '.'.join(map(str, salt.version.__version_info__))
|
||||
release = '0.16.3'
|
||||
|
||||
language = 'en'
|
||||
locale_dirs = [
|
||||
'_locale',
|
||||
]
|
||||
|
||||
master_doc = 'contents'
|
||||
templates_path = ['_templates']
|
||||
exclude_patterns = ['_build', '_incl/*', 'ref/cli/_includes/*.rst']
|
||||
|
|
Loading…
Add table
Reference in a new issue