mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
merge with 3.2
This commit is contained in:
commit
288b9bf1ea
4 changed files with 9 additions and 4 deletions
|
|
@ -65,9 +65,12 @@ highlight_language = 'python3'
|
||||||
# Options for HTML output
|
# Options for HTML output
|
||||||
# -----------------------
|
# -----------------------
|
||||||
|
|
||||||
html_theme = 'default'
|
html_theme = 'pydoctheme'
|
||||||
|
html_theme_path = ['tools/sphinxext']
|
||||||
html_theme_options = {'collapsiblesidebar': True}
|
html_theme_options = {'collapsiblesidebar': True}
|
||||||
|
|
||||||
|
html_short_title = '%s Documentation' % release
|
||||||
|
|
||||||
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
|
||||||
# using the given strftime format.
|
# using the given strftime format.
|
||||||
html_last_updated_fmt = '%b %d, %Y'
|
html_last_updated_fmt = '%b %d, %Y'
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
{% block rootrellink %}
|
{% block rootrellink %}
|
||||||
<li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
|
<li><img src="{{ pathto('_static/py.png', 1) }}" alt=""
|
||||||
style="vertical-align: middle; margin-top: -1px"/></li>
|
style="vertical-align: middle; margin-top: -1px"/></li>
|
||||||
|
<li><a href="http://www.python.org/">Python</a>{{ reldelim1 }}</li>
|
||||||
<li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
|
<li><a href="{{ pathto('index') }}">{{ shorttitle }}</a>{{ reldelim1 }}</li>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,8 @@ $(document).ready(function() {
|
||||||
'cursor':'pointer', 'position': 'absolute', 'top': '0', 'right': '0',
|
'cursor':'pointer', 'position': 'absolute', 'top': '0', 'right': '0',
|
||||||
'border-color': border_color, 'border-style': border_style,
|
'border-color': border_color, 'border-style': border_style,
|
||||||
'border-width': border_width, 'color': border_color, 'text-size': '75%',
|
'border-width': border_width, 'color': border_color, 'text-size': '75%',
|
||||||
'font-family': 'monospace', 'padding-left': '0.2em', 'padding-right': '0.2em'
|
'font-family': 'monospace', 'padding-left': '0.2em', 'padding-right': '0.2em',
|
||||||
|
'border-radius': '0 3px 0 0'
|
||||||
}
|
}
|
||||||
|
|
||||||
// create and add the button to all the code blocks that contain >>>
|
// create and add the button to all the code blocks that contain >>>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue