Skip to content
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

Merged
merged 5 commits into from
Aug 16, 2023

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    53ad991 View commit details
    Browse the repository at this point in the history
  2. docs: Require sphinx-rtd-theme compatible with Sphinx 7 (#2271)

    * 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.
    matthewfeickert committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    73208e4 View commit details
    Browse the repository at this point in the history
  3. Backport 2267

    matthewfeickert committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    32aeec8 View commit details
    Browse the repository at this point in the history
  4. fix: Add ipympl to 'test' extra (#2255)

    * Add ipympl>=0.3.0 to the 'test' extra environment as it is used in the
      notebooks as of PR #2252. The lower bound of v0.3.0 is chosen as this
      corresponds in time with the 'contrib' lower bound on matplotlib of
      matplotlib>=3.0.0.
    * Amends PR #2252.
    matthewfeickert committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    809d301 View commit details
    Browse the repository at this point in the history
  5. docs: Update Binder to launch into JupyterLab environment (#2252)

    * 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.
    matthewfeickert committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a656c1a View commit details
    Browse the repository at this point in the history