Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
branches:
- main

permissions:
pages: write
id-token: write

jobs:
website:
name: Website
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Install pip
run: python -m pip install --upgrade pip

- name: Install Sphinx Read The Docs
run: pip install sphinx
- name: Install Sphinx
run: pip install "sphinx<8"

- name: Install Read the Docs theme for Sphinx
run: pip install sphinx-rtd-theme
Expand Down
Loading