| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The new polars example in docs/source/concepts/function-io.md fails on Read the Docs with ModuleNotFoundError because the generated environment-sphinx.yml did not include the polars optional dependency.
✅ PR Title Formatted CorrectlyThe title of this PR has been updated to match the correct format. Thank you! |
Sorry, something went wrong.
Codecov Report✅ All modified and coverable lines are covered by tests.
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Problem
The Read the Docs build for latest is failing since #966 landed:
The new polars example in docs/source/concepts/function-io.md executes during the docs build, but the generated docs/environment-sphinx.yml did not include the polars optional dependency group.
Fix
Add polars to the sections tuple in .github/update-environment.py and regenerate environment.yml and docs/environment-sphinx.yml.