File tree Expand file tree Collapse file tree 5 files changed +20
-60
lines changed Expand file tree Collapse file tree 5 files changed +20
-60
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ version : 2
2
+
3
+ build :
4
+ os : " ubuntu-22.04"
5
+ tools :
6
+ python : " 3.11"
7
+
8
+ python :
9
+ system_packages : false
10
+ install :
11
+ - method : pip
12
+ path : .
13
+ extra_requirements :
14
+ - docs
15
+
16
+ # Don't build any extra formats
17
+ formats : []
Original file line number Diff line number Diff line change 60
60
"navbar_links" : "absolute" ,
61
61
"show_prev_next" : False ,
62
62
"logo" : {"link" : "https://matplotlib.org/stable/" ,
63
- "image_light" : "images/logo2 .svg" ,
63
+ "image_light" : "images/logo_light .svg" ,
64
64
"image_dark" : "images/logo_dark.svg" },
65
65
"collapse_navigation" : False ,
66
66
}
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ def run_pytest(test_name):
36
36
lambda x : x .name [:- 1 ] in test_name ,
37
37
pathlib .Path (tmp_dir ).glob ("*0" )
38
38
)) / "results"
39
- os . replace (src , dest )
39
+ shutil . copytree (src , dest )
40
40
41
41
return dest
42
42
Original file line number Diff line number Diff line change 43
43
sphinx
44
44
mpl_sphinx_theme>=3.6.0.dev0
45
45
sphinx_design
46
+ matplotlib ==3.6
46
47
47
48
[tool:pytest]
48
49
testpaths = tests
You can’t perform that action at this time.
0 commit comments