mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch '3.4.x' into 3.x
This commit is contained in:
commit
7f6a6926b9
2
CHANGES
2
CHANGES
@ -141,6 +141,8 @@ Bugs fixed
|
||||
* #8655: autodoc: Failed to generate document if target module contains an
|
||||
object that raises an exception on ``hasattr()``
|
||||
* C, ``expr`` role should start symbol lookup in the current scope.
|
||||
* #8796: LaTeX: potentially critical low level TeX coding mistake has gone
|
||||
unnoticed so far
|
||||
|
||||
Testing
|
||||
--------
|
||||
|
@ -744,7 +744,7 @@
|
||||
\AtBeginDocument{\spx@image@maxheight\textheight}
|
||||
|
||||
% box scratch register
|
||||
\newdimen\spx@image@box
|
||||
\newbox\spx@image@box
|
||||
\newcommand*{\sphinxsafeincludegraphics}[2][]{%
|
||||
% #1 contains possibly width=, height=, but no scale= since 1.8.4
|
||||
\setbox\spx@image@box\hbox{\includegraphics[#1,draft]{#2}}%
|
||||
|
Loading…
Reference in New Issue
Block a user