Fix #2733: `make latexpdf` generates lots of hyperref warnings

This commit is contained in:
jfbu 2016-07-01 19:15:31 +02:00
parent 26b2e99d73
commit 35214d4518
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@ Bugs fixed
* #2722: C++, fix id generation for var/member declarations to include namespaces.
* latex, images (from image directive) in lists or quoted blocks did not obey
indentation (fixed together with #2671)
* #2733: since Sphinx-1.4.4 ``make latexpdf`` generates lots of hyperref warnings
Release 1.4.4 (released Jun 12, 2016)

View File

@ -97,7 +97,7 @@
\pagenumbering{arabic}%
\ifdefined\fancyhf\pagestyle{normal}\fi
}
%\pagenumbering{alph}%
\pagenumbering{alph}% avoid hyperref "duplicate destination" warnings
% This is needed to get the width of the section # area wide enough in the
% library reference. Doing it here keeps it the same for all the manuals.