Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5964a commit aa06495Copy full SHA for aa06495
2 files changed
sphinx/texinputs/sphinxhowto.cls
@@ -91,7 +91,6 @@
91
% For an article document class this environment is a section,
92
% so no page break before it.
93
\newenvironment{sphinxthebibliography}[1]{%
94
- \phantomsection
95
\begin{thebibliography}{\detokenize{#1}}%
96
\addcontentsline{toc}{section}{\bibname}}{\end{thebibliography}}
97
sphinx/texinputs/sphinxmanual.cls
@@ -109,7 +109,6 @@
109
% For a report document class this environment is a chapter.
110
111
\if@openright\cleardoublepage\else\clearpage\fi
112
113
114
\addcontentsline{toc}{chapter}{\bibname}}{\end{thebibliography}}
115
0 commit comments