Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cecille committed Aug 3, 2024
1 parent 97d07b3 commit 600e46e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/GenerateChipDeviceCtrlDoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ pydoc-markdown -m chip.ChipDeviceCtrl '{
descriptive_class_title: false,
render_toc: true,
render_toc_title: "ChipDeviceCtrl.py API",
insert_header_anchors: true
insert_header_anchors: true,
add_full_prefix: true,
}
}' >"$1"/ChipDeviceCtrlAPI.md
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPHINXOPTS ?= -W -T --keep-going -c . -d _build/doctrees
SPHINXBUILD ?= sphinx-build
SOURCEDIR = _build/src
BUILDDIR = _build
PYTHON_API_DIR= ${BUILDDIR}/testing
PYTHON_API_DIR= ${SOURCEDIR}/testing

# Put it first so that "make" without argument is like "make help".
help:
Expand Down
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# -- Project information -----------------------------------------------------

project = "Matter"
copyright = "2020-2023, Matter Contributors"
copyright = "2020-2024, Matter Contributors"
author = "Matter Contributors"
version = "1.0.0"

Expand Down Expand Up @@ -83,3 +83,5 @@
"data_model/",
]
external_content_link_extensions = [".md", ".png", ".jpg", ".svg"]

external_content_keep = ['**/ChipDeviceCtrlAPI.md']

0 comments on commit 600e46e

Please sign in to comment.