Changeset 391 for python/trunk/Doc/conf.py
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Doc/conf.py
r2 r391 64 64 # ----------------------- 65 65 66 html_theme = 'default' 67 html_theme_options = {'collapsiblesidebar': True} 68 66 69 # If not '', a 'Last updated on:' timestamp is inserted at every page bottom, 67 70 # using the given strftime format. … … 84 87 85 88 # Output an OpenSearch description file. 86 html_use_opensearch = 'http://docs.python.org/ dev'89 html_use_opensearch = 'http://docs.python.org/' 87 90 88 91 # Additional static files. … … 113 116 ('distutils/index', 'distutils.tex', 114 117 'Distributing Python Modules', _stdauthor, 'manual'), 115 ('documenting/index', 'documenting.tex',116 'Documenting Python', 'Georg Brandl', 'manual'),117 118 ('extending/index', 'extending.tex', 118 119 'Extending and Embedding Python', _stdauthor, 'manual'), … … 126 127 'Python Tutorial', _stdauthor, 'manual'), 127 128 ('using/index', 'using.tex', 128 'Using Python', _stdauthor, 'manual'), 129 'Python Setup and Usage', _stdauthor, 'manual'), 130 ('faq/index', 'faq.tex', 131 'Python Frequently Asked Questions', _stdauthor, 'manual'), 129 132 ('whatsnew/' + version, 'whatsnew.tex', 130 133 'What\'s New in Python', 'A. M. Kuchling', 'howto'), … … 150 153 151 154 # Get LaTeX to handle Unicode correctly 152 latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}' }155 latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}', 'utf8extra': ''} 153 156 154 157 # Options for the coverage checker
Note:
See TracChangeset
for help on using the changeset viewer.