We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1de14d7 + 769aaf7 commit 6e0b501Copy full SHA for 6e0b501
3 files changed
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- python: circleci/python@3.3.0
+ python: circleci/python@4.0.0
5
6
jobs:
7
build_docs:
.github/workflows/gh-pages.yml
@@ -8,8 +8,8 @@ on:
8
9
10
deploy:
11
- runs-on: ubuntu-22.04
12
- permissions:
+ runs-on: ubuntu-24.04
+ permissions:
13
contents: write
14
deployments: write
15
steps:
docs/requirements.txt
@@ -2,4 +2,4 @@ jinja2
markdown
pyyaml
sphinx
-mpl-sphinx-theme~=3.10.0
+mpl-sphinx-theme~=3.11.0
0 commit comments