Changeset 727 for trunk/workshop
- Timestamp:
- Jul 2, 2015, 6:55:17 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/workshop/conf.py
r686 r727 39 39 epub_identifier = 'http://zoo-project.org' 40 40 epub_pre_files = [('index.html', 'ZOO-Project documentation')] 41 epub_post_files = [('install.html', 'Installing Sphinx'),('develop.html', 'Sphinx development')]41 #epub_post_files = [('install.html', 'Installing Sphinx'),('develop.html', 'Sphinx development')] 42 42 epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js','_static/jquery.js', '_static/searchtools.js','_static/underscore.js', '_static/basic.css','search.html', '_static/websupport.js'] 43 43 epub_fix_images = False … … 49 49 # Options for LaTeX output 50 50 51 latex_documents = [(' contents', 'ZOO-Project.tex', 'ZOO-Project Documentation','ZOO-Project team', 'manual', 1)]52 latex_logo = '_static/zoo _simple.png'51 latex_documents = [('index', 'ZOO-Project.tex', 'ZOO-Project Documentation','ZOO-Project team', 'manual', 1)] 52 latex_logo = '_static/zoo-simple.png' 53 53 latex_elements = {'fontpkg': '\\usepackage{palatino}'} 54 54 latex_show_urls = 'footnote'
Note: See TracChangeset
for help on using the changeset viewer.