Skip to content

Bump pydata-sphinx-theme from 0.15.4 to 0.16.1

be85518
Select commit
Loading
Failed to load commit list.
Open

Bump pydata-sphinx-theme from 0.15.4 to 0.16.1 #94

Bump pydata-sphinx-theme from 0.15.4 to 0.16.1
be85518
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Pull Request succeeded Feb 1, 2025 in 1m 29s

Build Passed

The build passed, just like the previous build.

Details

This is a pull request build.

It is running a build against the merge commit, after merging #94 Bump pydata-sphinx-theme from 0.15.4 to 0.16.1.
Any changes that have been made to the main branch before the build ran are also included.

Jobs and Stages

This build has four jobs, running in parallel.

Job Python OS State
148.1 3.9 Linux passed
148.2 3.10 Linux passed
148.3 3.11 Linux passed
148.4 3.12 Linux passed

Build Configuration

Build Option Setting
Language Python
Operating System Linux (Focal)
Build Configuration
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "jobs": {
    "include": [
      {
        "python": "3.9"
      },
      {
        "python": "3.10"
      },
      {
        "python": "3.11",
        "script": [
          "make lint"
        ]
      },
      {
        "python": "3.12"
      }
    ]
  },
  "install": [
    "pip install pip --upgrade",
    "pip install \"poetry<1.8\"",
    "travis_retry poetry install --only main,linter,test"
  ],
  "before_script": [
    "export TZ=Asia/Tokyo",
    "sudo ln -sf /usr/share/zoneinfo/Asia/Tokyo /etc/localtime",
    "echo \"Asia/Tokyo\" > sudo tee /etc/timezone  > /dev/null"
  ],
  "script": [
    "poetry run pytest tests/test_local_*.py"
  ],
  "branches": {
    "only": [
      "main"
    ]
  },
  "cache": {
    "pip": true
  }
}