File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 33
33
# By default, highlight as Python 3.
34
34
highlight_language = 'python3'
35
35
36
- # Require Sphinx 1.2 for build.
37
- needs_sphinx = '1.2 '
36
+ # Require Sphinx 1.3 for build.
37
+ needs_sphinx = '1.3 '
38
38
39
39
# Ignore any .rst files in the venv/ directory.
40
40
exclude_patterns = ['venv/*' , 'README.rst' ]
Original file line number Diff line number Diff line change 1
- {% extends "defindex.html" %}
2
- {% block tables %}
1
+ {% extends "layout.html" %}
2
+ {%- block htmltitle -%}
3
+ < title > {{ shorttitle }}</ title >
4
+ {%- endblock -%}
5
+ {% block body %}
6
+ < h1 > {{ docstitle|e }}</ h1 >
7
+ < p >
8
+ {% trans %}Welcome! This is the documentation for Python {{ release }}{% endtrans %}
9
+ </ p >
3
10
< p > < strong > {% trans %}Parts of the documentation:{% endtrans %}</ strong > </ p >
4
11
< table class ="contentstable " align ="center "> < tr >
5
12
< td width ="50% ">
You can’t perform that action at this time.
0 commit comments