summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-09-21 20:10:00 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-09-21 20:10:00 +0300
commit5c61541e8775920f63fe8bcd3fefb3c81cbd3281 (patch)
treee2f4628116aa39f79ac65d279cdc58eb85e7396e /conf.py
parentbd579a7d748bd88b0882691bfb2084511501871e (diff)
Add references to figures as they may be moved out-of-line in PDF outputHEADmaster
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 807faa4..e40e4f5 100644
--- a/conf.py
+++ b/conf.py
@@ -19,6 +19,7 @@ templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
graphviz_output_format = 'svg'
+numfig = True
pygments_style = 'default'
# -- Options for HTML output -------------------------------------------------