Skip to content

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 #243

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0

Bump sphinx-rtd-theme from 1.3.0 to 2.0.0 #243

Workflow file for this run

name: CI
permissions: read-all
on:
push:
branches:
- master
- '[0-9]+.[0-9]+'
pull_request:
jobs:
build_warning_nix:
name: Build with Nix
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
- uses: cachix/install-nix-action@7ac1ec25491415c381d9b62f0657c7a028df52a7
- name: Build
run: nix-shell --pure --run 'make SPHINXOPTS='-W' html'