Skip to content

Commit 14cf215

Browse files
Update dependencies
1 parent ecf305d commit 14cf215

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.devcontainer/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN sudo pip install --upgrade pip && \
3131
RUN pre-commit install
3232

3333
# Setup Mintlify for the documentation website
34-
RUN sudo pip install pydoc-markdown pyyaml termcolor nbformat
34+
RUN sudo pip install pydoc-markdown pyyaml termcolor nbclient
3535
RUN cd website
3636
RUN npm install
3737

.github/workflows/deploy-website-mintlify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install Python dependencies
4141
run: |
4242
python -m pip install --upgrade pip
43-
pip install pydoc-markdown pyyaml termcolor nbconvert
43+
pip install pydoc-markdown pyyaml termcolor nbclient
4444
# Pin databind packages as version 4.5.0 is not compatible with pydoc-markdown.
4545
pip install databind.core==4.4.2 databind.json==4.4.2
4646
@@ -86,7 +86,7 @@ jobs:
8686
- name: Install Python dependencies
8787
run: |
8888
python -m pip install --upgrade pip
89-
pip install pydoc-markdown pyyaml termcolor nbformat
89+
pip install pydoc-markdown pyyaml termcolor nbclient
9090
# Pin databind packages as version 4.5.0 is not compatible with pydoc-markdown.
9191
pip install databind.core==4.4.2 databind.json==4.4.2
9292

website/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ nvm install --lts
1717
Then, install the required packages by running the following commands:
1818

1919
```bash
20-
pip install pydoc-markdown pyyaml termcolor nbformat
20+
pip install pydoc-markdown pyyaml termcolor nbclient
2121
```
2222

2323
2. You also need to install quarto. Please click on the `Pre-release` tab from [this website](https://quarto.org/docs/download/) to download the latest version of `quarto` and install it. Ensure that the `quarto` version is `1.5.23` or higher.

website/docs/contributor-guide/documentation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ nvm install --lts
1717
Then, install the required packages by running the following commands:
1818

1919
```bash
20-
pip install pydoc-markdown pyyaml termcolor nbformat
20+
pip install pydoc-markdown pyyaml termcolor nbclient
2121
```
2222

2323
2. You also need to install quarto. Please click on the `Pre-release` tab from [this website](https://quarto.org/docs/download/) to download the latest version of `quarto` and install it. Ensure that the `quarto` version is `1.5.23` or higher.

0 commit comments

Comments
 (0)