Skip to content

Commit

Permalink
further doc build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Aug 4, 2022
1 parent 81fb9a5 commit 7cb40c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ def autoapi_prepare_jinja_env(jinja_env):
"ports/cxd56/spresense-exported-sdk",
"ports/espressif/certificates",
"ports/espressif/esp-idf",
"ports/espressif/esp32-camera",
"ports/espressif/.idf_tools",
"ports/espressif/peripherals",
"ports/litex/hw",
Expand Down
2 changes: 1 addition & 1 deletion ports/espressif/bindings/esp32_camera/__init__.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
//| """Fills buffers when they are empty. Less resources but first ``fb_count`` frames might be old"""
//|
//| LATEST: GrabMode
//| """Except when 1 frame buffer is used, queue will always contain the last `fb_count` frames"""
//| """Except when 1 frame buffer is used, queue will always contain the last ``fb_count`` frames"""
//|

MAKE_ENUM_VALUE(esp32_camera_grab_mode_type, grab_mode, WHEN_EMPTY, CAMERA_GRAB_WHEN_EMPTY);
Expand Down

0 comments on commit 7cb40c9

Please sign in to comment.