FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DOC: Add polars to docs/conda environments to fix Read the Docs build by basnijholt · Pull Request #967 · pipefunc/pipefunc · GitHub

DOC: Add polars to docs/conda environments to fix Read the Docs build - #967

Merged
basnijholt merged 1 commit into
mainfrom
fix-docs-polars
Jun 10, 2026
Merged

DOC: Add polars to docs/conda environments to fix Read the Docs build#967
basnijholt merged 1 commit into
mainfrom
fix-docs-polars

Conversation

Copy link
Copy Markdown
Collaborator

Problem

The Read the Docs build for latest is failing since #966 landed:

ModuleNotFoundError: No module named 'polars'

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.

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.

Copy link
Copy Markdown
Contributor

✅ PR Title Formatted Correctly

The title of this PR has been updated to match the correct format. Thank you!

basnijholt merged commit 4ee6f92 into main Jun 10, 2026
17 of 18 checks passed
basnijholt deleted the fix-docs-polars branch June 10, 2026 17:51

codecov Bot commented Jun 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codspeed-hq Bot commented Jun 10, 2026

Copy link
Copy Markdown

Merging this PR will not alter performance

✅ 6 untouched benchmarks


Comparing fix-docs-polars (8c6eb8f) with main (a503d8e)

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

1 participant


Back | FazBrowse Home | New Git URL