Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken doc links and resolve dependency conflicts #37694

Merged
merged 6 commits into from
Feb 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/development_controllers/chip-repl/index.md
Original file line number Diff line number Diff line change
@@ -9,7 +9,7 @@
```

- [Matter REPL](./matter-repl.md)
- [Intro](./Matter_REPL_Intro.ipynb)
- [Access Control](./Matter_Access_Control.ipynb)
- [Basic interactions](./Matter_Basic_Interactions.ipynb)
- [Fabric Commissioning](./Matter_Multi_Fabric_Commissioning.ipynb)
- [Intro](https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_REPL_Intro.ipynb)
- [Basic interactions](https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_Basic_Interactions.ipynb)
- [Access Control](https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_Access_Control.ipynb)
- [Multi Fabric Commissioning](https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_Multi_Fabric_Commissioning.ipynb)
4 changes: 2 additions & 2 deletions docs/development_controllers/index.md
Original file line number Diff line number Diff line change
@@ -9,5 +9,5 @@ chip-repl/index
chip-tool/index
```

- [chip-tool](./chip-tool)
- [chip-repl](./chip-repl)
- [chip-tool](./chip-tool/index.md)
- [chip-repl](./chip-repl/index.md)
6 changes: 4 additions & 2 deletions docs/platforms/esp32/vs_code_development.md
Original file line number Diff line number Diff line change
@@ -18,7 +18,9 @@ Follow
[these](https://github.com/project-chip/connectedhomeip/edit/master/docs/VSCODE_DEVELOPMENT.md)
steps to set up Visual Studio Code for Matter development.

### Linux <a name="linux">
(linux)=

### Linux

For Espressif esp32 devices:

@@ -68,4 +70,4 @@ For Espressif esp32 devices:

1. Open connectedhomeip within WSL on Visual Studio Code.

1. Perform step 2 onwards from [Linux](#linux) guide.
1. Perform step 2 onwards from {ref}`linux` guide.
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
docutils==0.17.1
Sphinx>=4.5
docutils==0.21.2
Sphinx==8.2.0
sphinx-book-theme
myst-parser
myst-parser>=2.0.0
breathe>=4.34
pydata-sphinx-theme==0.14.4
pydata-sphinx-theme==0.16.1
2 changes: 1 addition & 1 deletion examples/energy-management-app/linux/README.md
Original file line number Diff line number Diff line change
@@ -241,7 +241,7 @@ data (e.g. fabric info).

- See chip-repl documentation in:
- [Working with Python CHIP Controller](../../../docs/development_controllers/chip-repl/python_chip_controller_building.md)
- [Matter_REPL_Intro](../../../docs/development_controllers/chip-repl/Matter_REPL_Intro.ipynb)
- [Matter_REPL_Intro](https://github.com/project-chip/connectedhomeip/blob/master/docs/development_controllers/chip-repl/Matter_REPL_Intro.ipynb)

### Building chip-repl:

Loading