mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Added ePUB output configuration
This commit is contained in:
parent
6fd90568fe
commit
692a0d7ef4
1 changed files with 12 additions and 0 deletions
12
doc/conf.py
Normal file → Executable file
12
doc/conf.py
Normal file → Executable file
|
@ -101,3 +101,15 @@ man_pages = [
|
|||
('ref/cli/salt-syndic', 'salt-syndic', u'salt-syndic Documentation', authors, 1),
|
||||
('ref/cli/salt-run', 'salt-run', u'salt-run Documentation', authors, 1),
|
||||
]
|
||||
|
||||
|
||||
### epub options
|
||||
epub_title = u'Salt Documentation'
|
||||
epub_author = u'Thomas S. Hatch'
|
||||
epub_publisher = epub_author
|
||||
epub_copyright = u'2011, Thomas S. Hatch'
|
||||
|
||||
epub_scheme = 'URL'
|
||||
epub_identifier = 'http://saltstack.org/'
|
||||
|
||||
#epub_tocdepth = 3
|
||||
|
|
Loading…
Add table
Reference in a new issue