Skip to content

Commit 600e46e

Browse files
committedAug 3, 2024
more fixes
1 parent 97d07b3 commit 600e46e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed
 

‎docs/GenerateChipDeviceCtrlDoc.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pydoc-markdown -m chip.ChipDeviceCtrl '{
2525
descriptive_class_title: false,
2626
render_toc: true,
2727
render_toc_title: "ChipDeviceCtrl.py API",
28-
insert_header_anchors: true
28+
insert_header_anchors: true,
29+
add_full_prefix: true,
2930
}
3031
}' >"$1"/ChipDeviceCtrlAPI.md

‎docs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ SPHINXOPTS ?= -W -T --keep-going -c . -d _build/doctrees
77
SPHINXBUILD ?= sphinx-build
88
SOURCEDIR = _build/src
99
BUILDDIR = _build
10-
PYTHON_API_DIR= ${BUILDDIR}/testing
10+
PYTHON_API_DIR= ${SOURCEDIR}/testing
1111

1212
# Put it first so that "make" without argument is like "make help".
1313
help:

‎docs/conf.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# -- Project information -----------------------------------------------------
1313

1414
project = "Matter"
15-
copyright = "2020-2023, Matter Contributors"
15+
copyright = "2020-2024, Matter Contributors"
1616
author = "Matter Contributors"
1717
version = "1.0.0"
1818

@@ -83,3 +83,5 @@
8383
"data_model/",
8484
]
8585
external_content_link_extensions = [".md", ".png", ".jpg", ".svg"]
86+
87+
external_content_keep = ['**/ChipDeviceCtrlAPI.md']

0 commit comments

Comments
 (0)