-
Notifications
You must be signed in to change notification settings - Fork 83
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
fix: Use Path object for jupyterlite-sphinx jupyterlite_dir config #2300
Conversation
* To avoid warning ``` WARNING: The config value `jupyterlite_dir' has type `str', defaults to `PosixPath'. ``` use a pathlib.Path for the jupyterlite-sphinx jupyterlite_dir config option.
I'm going to approve and merge this myself in the interest of finishing out Issue #2289. As always, PRs approved by a single core dev can be reverted as needed by the rest of the dev team. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #2300 +/- ##
=======================================
Coverage 98.30% 98.30%
=======================================
Files 69 69
Lines 4536 4536
Branches 802 802
=======================================
Hits 4459 4459
Misses 45 45
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
) * To avoid warning WARNING: The config value `jupyterlite_dir` has type `PosixPath`, defaults to `str`. use a str for the jupyterlite-sphinx v0.13.0+ jupyterlite_dir config option. * Update jupyterlite-sphinx lower bound to v0.13.1 in 'docs' extra. * Amends PR #2300
Description
Resolves #2299
To avoid warning
use a
pathlib.Path
for thejupyterlite-sphinx
v0.9.1
jupyterlite_dir
config option.Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: