From 5aa98cb3f225c876a779134ab01585f7ad03e361 Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Tue, 9 Apr 2024 17:13:42 +0200 Subject: [PATCH] Forbid floating figures. Signed-off-by: Pascal Gouedo --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index 53badd35b..803228d89 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -164,6 +164,7 @@ # Latex figure (float) alignment # # 'figure_align': 'htbp', + 'figure_align': 'H', } # Grouping the document tree into LaTeX files. List of tuples