diff options
author | Thomas Grainger <tagrain@gmail.com> | 2020-10-05 22:10:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-05 22:10:25 +0100 |
commit | 3f26564c283d4800b7fea7402622f9cfd5efbf61 (patch) | |
tree | 699eb4e83a307adbdf59300d63033c9d0fa5e376 | |
parent | 3eecf133d8a8af2f22f6f122d3245a1e2db940eb (diff) | |
download | sphinx-git-3f26564c283d4800b7fea7402622f9cfd5efbf61.tar.gz |
Apply suggestions from code review
-rw-r--r-- | CHANGES | 2 | ||||
-rw-r--r-- | doc/usage/configuration.rst | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -26,7 +26,7 @@ Features added just before writing .tex file * #7996: manpage: Add :confval:`man_make_section_directory` to make a section directory on build man page -* #8289: Allow to suppress "duplicated ToC entry found" warnings from epub builder +* #8289: epub: Allow to suppress "duplicated ToC entry found" warnings from epub builder using :confval:`suppress_warnings`. Bugs fixed diff --git a/doc/usage/configuration.rst b/doc/usage/configuration.rst index 1cda6a055..4881b8629 100644 --- a/doc/usage/configuration.rst +++ b/doc/usage/configuration.rst @@ -341,7 +341,6 @@ General configuration Added ``autosectionlabel.*`` - .. versionchanged:: 3.3.0 Added ``epub.duplicated_toc_entry`` |