Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91133fe commit 6ed21afCopy full SHA for 6ed21af
3 files changed
.circleci/config.yml
@@ -2,11 +2,13 @@
2
version: 2.1
3
4
orbs:
5
- python: circleci/python@1.2.1
+ python: circleci/python@3.2.0
6
7
jobs:
8
build_docs:
9
- executor: python/default
+ executor:
10
+ name: python/default
11
+ tag: "3.11"
12
steps:
13
- checkout
14
- python/install-packages:
.github/dependabot.yml
@@ -9,3 +9,12 @@ updates:
actions:
patterns:
- "*"
+
+ - package-ecosystem: "pip"
+ directory: "/"
15
+ schedule:
16
+ interval: "weekly"
17
+ groups:
18
+ python:
19
+ patterns:
20
+ - "*"
pyproject.toml
@@ -19,7 +19,7 @@ classifiers = [
"Topic :: Documentation :: Sphinx",
]
21
dependencies = [
22
- "pydata-sphinx-theme>=0.13.1",
+ "pydata-sphinx-theme==0.15.4",
23
"matplotlib",
24
"sphinx-design",
25
0 commit comments