Skip to content

fix(docs): Remove unused dotenv dependency from docusaurus config #12102

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

Merged
merged 2 commits into from
Jun 27, 2025

Conversation

colesmcintosh
Copy link
Collaborator

Title

fix(docs): Remove unused dotenv dependency from docusaurus config

Relevant issues

N/A - Fixes documentation build error

Pre-Submission checklist

Please complete all items before asking a LiteLLM maintainer to review your PR

  • I have Added testing in the tests/litellm/ directory, Adding at least 1 test is a hard requirement - see details
  • I have added a screenshot of my new test passing locally
  • My PR passes all unit tests on make test-unit
  • My PR's scope is as isolated as possible, it only solves 1 specific problem

Type

🐛 Bug Fix

Changes

  • Removed unnecessary require('dotenv').config() from docusaurus.config.js
  • This was causing build failures because dotenv is listed as a devDependency but required during build
  • No environment variables are actually used in the config, so the import was unnecessary

The dotenv package was being required in docusaurus.config.js but was listed as
a devDependency, causing build failures. Since no environment variables are
actually used in the config, removed the unnecessary import.
Copy link

vercel bot commented Jun 27, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
litellm ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2025 2:57pm

The sidebars.js file was referencing proxy/spending_monitoring which was deleted
in commit ba7463b. This was causing the documentation build to fail with missing
document errors.
@ishaan-jaff ishaan-jaff merged commit 60bf3c3 into BerriAI:main Jun 27, 2025
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants