-
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
docs(backport): Update docs build requirements #2281
Conversation
* Backport components of: - PR https://github.com/scikit-hep/pyhf/pull/ 2252 - PR https://github.com/scikit-hep/pyhf/pull/ 2255 - PR https://github.com/scikit-hep/pyhf/pull/ 2267 - PR https://github.com/scikit-hep/pyhf/pull/ 2271 - PR https://github.com/scikit-hep/pyhf/pull/ 2272 - PR https://github.com/scikit-hep/pyhf/pull/ 2276
* Update lower bound on sphinx-rtd-theme to v1.3.0rc1 to ensure compatibility with Sphinx v7+. - c.f. readthedocs/sphinx_rtd_theme#1463 - As soon as sphinx-rtd-theme v1.3.0 is released on PyPI the lower bound should be updated to reflect this stable release. The release candidate is being used to unbreak CI. * Update lower bound of Sphinx to v7.0.0 for consistency.
* Install ipywidgets and ipympl to have interactive IPython widgets in modern JupyterLab. * Use from IPython.display import display to avoid using deprecated APIs. * Use %matplotlib widget to get interactive matplotlib in JupyterLab. * Use 'labpath' to open up file paths in JupyterLab.
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## release/v0.7.x #2281 +/- ##
=================================================
Coverage ? 98.25%
=================================================
Files ? 69
Lines ? 4537
Branches ? 802
=================================================
Hits ? 4458
Misses ? 47
Partials ? 32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Description
Checklist Before Requesting Reviewer
Before Merging
For the PR Assignees: