Files
sphinx/tests/roots/test-latex-figure-in-admonition/conf.py
Stefan Wallentowitz ac0bb5132b Fix latex figure in admonition
Using figures in an admonition produces a LaTeX error ("Not in outer
par mode."). This is because it generates a float in a float. This can
be trivially fixed by overwriting the alignment to H, which is also
what is most probably intended.
2019-05-24 16:07:13 +02:00

2 lines
30 B
Python

exclude_patterns = ['_build']