From c21379438cf0f84ea010117c449ca02d672fe548 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Tue, 19 Dec 2023 18:41:50 -0800 Subject: [PATCH] docs: remove unused contributor steps (#14938) --- docs/docs/contributing/integrations.mdx | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/docs/contributing/integrations.mdx b/docs/docs/contributing/integrations.mdx index 94252ea2571..dc9ab30fdf3 100644 --- a/docs/docs/contributing/integrations.mdx +++ b/docs/docs/contributing/integrations.mdx @@ -135,11 +135,8 @@ Documentation is generated from Jupyter notebooks in the `docs/` directory. You Contributor steps: -- [ ] Add the new package to the API reference dropdown in `docs/api_reference/themes/scikit-learn-modern/nav.html` -- [ ] Add package (e.g. `langchain-parrot-link`) to API docs build in `docs/api_reference/requirements.txt` - [ ] Add secret names to manual integrations workflow in `.github/workflows/_integration_test.yml` - [ ] Add secrets to release workflow (for pre-release testing) in `.github/workflows/_release.yml` -- [ ] Add library choice to top of `.github/workflows/_release.yml` Maintainer steps (Contributors should **not** do these):