File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(BASEOPTS)
4040# the i18n builder cannot share the environment and doctrees with the others
4141I18NSPHINXOPTS = $(BASEOPTS )
4242
43- TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/cxd56 ports/espressif ports/mimxrt10xx ports/nordic ports/raspberrypi ports/stm py shared-bindings shared-module supervisor
43+ TRANSLATE_SOURCES = extmod lib main.c ports/atmel-samd ports/analog ports/ cxd56 ports/espressif ports/mimxrt10xx ports/nordic ports/raspberrypi ports/renode ports/stm py shared-bindings shared-module supervisor
4444# Paths to exclude from TRANSLATE_SOURCES
4545# Each must be preceded by "-path"; if any wildcards, enclose in quotes.
4646# Separate by "-o" (Find's "or" operand)
Original file line number Diff line number Diff line change @@ -197,6 +197,8 @@ def autoapi_prepare_jinja_env(jinja_env):
197197 "ports/*/boards" ,
198198 "ports/*/common-hal" ,
199199 "ports/*/supervisor" ,
200+ "ports/analog/msdk" ,
201+ "ports/analog/peripherals" ,
200202 "ports/atmel-samd/asf4" ,
201203 "ports/atmel-samd/asf4_conf" ,
202204 "ports/atmel-samd/external_flash" ,
You can’t perform that action at this time.
0 commit comments