diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-24 20:29:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-24 20:29:06 +0900 |
commit | 3b85187ffa3401e88582073c23188c147857a8a3 (patch) | |
tree | 51cd5a005307ca405b9b6e57f5ec931e07736649 /doc | |
parent | 6e1c78f3b4af68e852a97d8707cf542b1e9b5f7c (diff) | |
parent | 529d19ff81976a75275082bc34156dd38f97da98 (diff) | |
download | sphinx-git-3b85187ffa3401e88582073c23188c147857a8a3.tar.gz |
Merge pull request #8289 from graingert/allow-to-suppress-duplicated-toc
Allow to suppress "duplicated toc entry" warnings from epub builder
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/configuration.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 270fcbf33..4881b8629 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -316,6 +316,7 @@ General configuration * ``toc.circular`` * ``toc.secnum`` * ``epub.unknown_project_files`` + * ``epub.duplicated_toc_entry`` * ``autosectionlabel.*`` You can choose from these types. @@ -340,6 +341,10 @@ General configuration Added ``autosectionlabel.*`` + .. versionchanged:: 3.3.0 + + Added ``epub.duplicated_toc_entry`` + .. confval:: needs_sphinx If set to a ``major.minor`` version string like ``'1.1'``, Sphinx will |