Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-08 18:59:38 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-06-08 18:59:38 +0300
commit5cabe8be35ee44ca9a9ddaf5d93e2dd9f62abdc9 (patch)
tree536b92e491bc0118db3ec3e14504a1821b3f6573 /sphinx/templates
parent07a45f84016921c29ce60052673f67224ad8b4d1 (diff)
parent5ec9c4bc9a33102e51376012a52fb49f921cbd9a (diff)
Merge branch '2.1.1' into 2.0
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/apidoc/package.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/templates/apidoc/package.rst b/sphinx/templates/apidoc/package.rst
index 0026af34c..ed9f669ea 100644
--- a/sphinx/templates/apidoc/package.rst
+++ b/sphinx/templates/apidoc/package.rst
@@ -40,8 +40,8 @@ Submodules
{{- [submodule, "module"] | join(" ") | e | heading(2) }}
{% endif %}
{{ automodule(submodule, automodule_options) }}
-{%- endfor %}
-{% endif %}
+{% endfor %}
+{%- endif %}
{% endif %}
{%- if not modulefirst and not is_namespace %}