Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Doc/conf.py

    r2 r391  
    6464# -----------------------
    6565
     66html_theme = 'default'
     67html_theme_options = {'collapsiblesidebar': True}
     68
    6669# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
    6770# using the given strftime format.
     
    8487
    8588# Output an OpenSearch description file.
    86 html_use_opensearch = 'http://docs.python.org/dev'
     89html_use_opensearch = 'http://docs.python.org/'
    8790
    8891# Additional static files.
     
    113116    ('distutils/index', 'distutils.tex',
    114117     'Distributing Python Modules', _stdauthor, 'manual'),
    115     ('documenting/index', 'documenting.tex',
    116      'Documenting Python', 'Georg Brandl', 'manual'),
    117118    ('extending/index', 'extending.tex',
    118119     'Extending and Embedding Python', _stdauthor, 'manual'),
     
    126127     'Python Tutorial', _stdauthor, 'manual'),
    127128    ('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'),
    129132    ('whatsnew/' + version, 'whatsnew.tex',
    130133     'What\'s New in Python', 'A. M. Kuchling', 'howto'),
     
    150153
    151154# Get LaTeX to handle Unicode correctly
    152 latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}'}
     155latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}', 'utf8extra': ''}
    153156
    154157# Options for the coverage checker
Note: See TracChangeset for help on using the changeset viewer.