File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 50
50
# Add any paths that contain custom static files (such as style sheets) here,
51
51
# relative to this directory. They are copied after the builtin static files,
52
52
# so a file named "default.css" will overwrite the builtin "default.css".
53
- html_static_path = ['_static' ]
53
+ html_static_path = ['_static' , os . path . abspath ( '../../images' )] # add /images directory to static path
54
54
55
55
html_css_files = ['css/custom.css' ]
56
56
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ system-under-test that is expected to cause a change to some output(s).
33
33
.zoom-container {
34
34
cursor : zoom-in ;
35
35
transition : transform 1s ease-in-out ;
36
+ background-color : white ;
36
37
}
37
38
38
39
.zoom-container.zoomed {
@@ -44,6 +45,7 @@ system-under-test that is expected to cause a change to some output(s).
44
45
max-width : 100% ;
45
46
max-height : 100% ;
46
47
margin : auto ;
48
+ background-color : white ;
47
49
}
48
50
49
51
.zoom-container :hover {
@@ -83,9 +85,9 @@ system-under-test that is expected to cause a change to some output(s).
83
85
84
86
.. container :: zoom-container
85
87
86
- .. image :: /images/schematic.png
88
+ .. image :: ../.. /images/schematic.png
87
89
:class: zoomable-image
88
- :alt: Zoomable Image
90
+ :alt: Schematic diagram of the Causal Testing Framework
89
91
90
92
91
93
.. toctree ::
You can’t perform that action at this time.
0 commit comments