File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 22version : 2.1
33
44orbs :
5- python : circleci/python@1 .2.1
5+ python : circleci/python@3 .2.0
66
77jobs :
88 build_docs :
9- executor : python/default
9+ executor :
10+ name : python/default
11+ tag : " 3.11"
1012 steps :
1113 - checkout
1214 - python/install-packages :
Original file line number Diff line number Diff line change @@ -9,3 +9,12 @@ updates:
99 actions :
1010 patterns :
1111 - " *"
12+
13+ - package-ecosystem : " pip"
14+ directory : " /"
15+ schedule :
16+ interval : " weekly"
17+ groups :
18+ python :
19+ patterns :
20+ - " *"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ classifiers = [
1919 " Topic :: Documentation :: Sphinx" ,
2020]
2121dependencies = [
22- " pydata-sphinx-theme>=0.13.1 " ,
22+ " pydata-sphinx-theme==0.15.4 " ,
2323 " matplotlib" ,
2424 " sphinx-design" ,
2525]
You can’t perform that action at this time.
0 commit comments