From 31570e6f288b01e4fbc817e21ad5d81ebbe5102a Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Tue, 31 Jan 2023 16:51:40 +0530 Subject: [PATCH] docs: README.md is now pointing to latest doc deployment and fixed a typo which will enable the target specific dropdown --- README.md | 3 +-- docs/conf_common.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c34aa570b..98c1f66a1 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ git clone --recursive https://github.com/espressif/esp-matter.git ## Documentation -Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/main/) for the latest version of the documentation. +Refer the [Programming Guide](https://docs.espressif.com/projects/esp-matter/en/latest/) for the latest version of the documentation. ## Matter Specifications @@ -39,4 +39,3 @@ Download the Matter 1.0 specifications from [CSA's official site](https://csa-io Try it with ESP Launchpad - diff --git a/docs/conf_common.py b/docs/conf_common.py index 6d2c69435..e5c35e228 100644 --- a/docs/conf_common.py +++ b/docs/conf_common.py @@ -23,7 +23,7 @@ project_slug = 'esp-matter' # Contains info used for constructing target and version selector # Can also be hosted externally, see esp-idf for example -versions_url = '_static/esp_sdk_matter_versions.js' +versions_url = '_static/esp_sdk_matter_version.js' # Final PDF filename will contains target and version pdf_file_prefix = u'esp-docs'