diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-10-26 00:58:18 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 00:58:18 +0900 |
commit | ae2e48de151f5d024736a1c07806e02f3f918f5c (patch) | |
tree | 379b4eea153a13ee8807bc65f82ffb9e6e480939 /CHANGES | |
parent | ad7c09ef10038c6147f373f1edf8db2c5e2160d1 (diff) | |
parent | 569c7b02de5fb80db033ee462ca2c2bb2b8ce2b9 (diff) | |
download | sphinx-git-ae2e48de151f5d024736a1c07806e02f3f918f5c.tar.gz |
Merge pull request #8216 from glikely/fix-oneside-latex
Fix 'oneside' latex build warnings
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ Bugs fixed to decimal * #8093: The highlight warning has wrong location in some builders (LaTeX, singlehtml and so on) +* #8215: Eliminate Fancyhdr build warnings for oneside documents * #8239: Failed to refer a token in productionlist if it is indented * #8268: linkcheck: Report HTTP errors when ``linkcheck_anchors`` is ``True`` * #8245: linkcheck: take source directory into account for local files |