diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 755a79122..b4bdb5985 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -46,18 +46,30 @@
- {%trans%}First steps with Sphinx{%endtrans%} {%trans%}Contents{%endtrans%} |
- {%- if hasdoc('search') %} {%trans%}Search page{%endtrans%} {%trans%}General Index{%endtrans%} |
+ {%trans%}First steps with Sphinx{%endtrans%} |
+ {%- if hasdoc('search') %} {%trans%}Search page{%endtrans%} |
+
+ {%trans%}Contents{%endtrans%} |
+ {%- if hasdoc('genindex') %} {%trans%}General Index{%endtrans%} |
+
+ {%trans%}Changes{%endtrans%} | + | +
{%trans%} diff --git a/doc/_templates/indexsidebar.html b/doc/_templates/indexsidebar.html index b6f12f031..bfa0139cb 100644 --- a/doc/_templates/indexsidebar.html +++ b/doc/_templates/indexsidebar.html @@ -4,14 +4,14 @@
{%trans%}This documentation is for version {{ version }}, which is +
{%trans%}This documentation is for version {{ version }}, which is not released yet.{%endtrans%}
{%trans%}You can use it from the Git repo or look for released versions in the Python Package Index.{%endtrans%}
{% else %} -{%trans%}Current version: {{ version }}{%endtrans%}
+{%trans%}Current version: {{ version }}{%endtrans%}
{%trans%}Get Sphinx from the Python Package Index, or install it with:{%endtrans%}
pip install -U Sphinx