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

chore: Install pandoc manually from GitHub release binaries #2307

Merged
merged 2 commits into from
Sep 6, 2023

Commits on Sep 4, 2023

  1. fix: Install pandoc manually from GitHub release binaries

    * Ubuntu 22.04 (current operating system for GitHub Actions runners for
      'ubuntu-latest') will install pandoc v2.9.2.1 through apt-get which is
      too old for modern versions of nbsphinx. Installing directly from
      binaries provided on GitHub allows a workaround for getting newer versions
      of pandoc on runners until the GitHub Actions runner environment
      updates.
       - Avoids
    
    ```
    RuntimeWarning: You are using an unsupported version of pandoc (2.9.2.1).
    Your version must be at least (2.14.2) but less than (4.0.0).
    ```
    
       from nbsphinx.
    matthewfeickert committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    595f493 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Configuration menu
    Copy the full SHA
    266c254 View commit details
    Browse the repository at this point in the history