diff options
| author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-06-09 01:27:34 +0900 |
|---|---|---|
| committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-06-09 01:27:34 +0900 |
| commit | 9f470cec6c943a9437dac2c09ea796e78e08156d (patch) | |
| tree | 31e26a9be046f8b2e7499a93db1a5ee8dd6d4c3a /sphinx/templates | |
| parent | 5ce5c2c3156c53c1f1b758c38150e48080138b15 (diff) | |
| parent | 5cabe8be35ee44ca9a9ddaf5d93e2dd9f62abdc9 (diff) | |
| download | sphinx-git-9f470cec6c943a9437dac2c09ea796e78e08156d.tar.gz | |
Merge branch '2.0'
Diffstat (limited to 'sphinx/templates')
| -rw-r--r-- | sphinx/templates/apidoc/package.rst | 4 |
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 %} |
