Skip to content

Commit 6e0b501

Browse files
authored
Merge pull request #218 from QuLogic/mpl311
Update to mpl-sphinx-theme 3.11
2 parents 1de14d7 + 769aaf7 commit 6e0b501

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
python: circleci/python@3.3.0
4+
python: circleci/python@4.0.0
55

66
jobs:
77
build_docs:

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ on:
88

99
jobs:
1010
deploy:
11-
runs-on: ubuntu-22.04
12-
permissions:
11+
runs-on: ubuntu-24.04
12+
permissions:
1313
contents: write
1414
deployments: write
1515
steps:

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ jinja2
22
markdown
33
pyyaml
44
sphinx
5-
mpl-sphinx-theme~=3.10.0
5+
mpl-sphinx-theme~=3.11.0

0 commit comments

Comments
 (0)