From 9ed2730bfdda760835b28a926cfe586505ffd489 Mon Sep 17 00:00:00 2001
From: Logan <logan.markewich@live.com>
Date: Tue, 12 Nov 2024 17:23:37 -0600
Subject: [PATCH] One more fix (#16932)

---
 docs/mkdocs.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 03c8eeb258..aa269bd5c1 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -856,7 +856,6 @@ nav:
           - ./api_reference/callbacks/literalai.md
           - ./api_reference/callbacks/llama_debug.md
           - ./api_reference/callbacks/openinference.md
-          - ./api_reference/callbacks/opentelemetry.md
           - ./api_reference/callbacks/opik.md
           - ./api_reference/callbacks/promptlayer.md
           - ./api_reference/callbacks/token_counter.md
@@ -2310,7 +2309,6 @@ plugins:
             - ../llama-index-integrations/embeddings/llama-index-embeddings-siliconflow
             - ../llama-index-integrations/memory/llama-index-memory-mem0
             - ../llama-index-integrations/postprocessor/llama-index-postprocessor-siliconflow-rerank
-            - ../llama-index-integrations/callbacks/llama-index-callbacks-opentelemetry
             - ../llama-index-integrations/llms/llama-index-llms-sambanovacloud
             - ../llama-index-integrations/embeddings/llama-index-embeddings-modelscope
             - ../llama-index-integrations/postprocessor/llama-index-postprocessor-colpali-rerank
-- 
GitLab