Skip to content

Commit 7cb40c9

Browse files
committed
further doc build fixes
1 parent 81fb9a5 commit 7cb40c9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ def autoapi_prepare_jinja_env(jinja_env):
199199
"ports/cxd56/spresense-exported-sdk",
200200
"ports/espressif/certificates",
201201
"ports/espressif/esp-idf",
202+
"ports/espressif/esp32-camera",
202203
"ports/espressif/.idf_tools",
203204
"ports/espressif/peripherals",
204205
"ports/litex/hw",

ports/espressif/bindings/esp32_camera/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
//| """Fills buffers when they are empty. Less resources but first ``fb_count`` frames might be old"""
4949
//|
5050
//| LATEST: GrabMode
51-
//| """Except when 1 frame buffer is used, queue will always contain the last `fb_count` frames"""
51+
//| """Except when 1 frame buffer is used, queue will always contain the last ``fb_count`` frames"""
5252
//|
5353

5454
MAKE_ENUM_VALUE(esp32_camera_grab_mode_type, grab_mode, WHEN_EMPTY, CAMERA_GRAB_WHEN_EMPTY);

0 commit comments

Comments
 (0)