File tree 4 files changed +14
-4
lines changed
4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change
1
+ .admonition .warning {
2
+ background-color : # fff8dc ; /* Match warning background */
3
+ border : 1px solid # f0ad4e ;
4
+ }
5
+
6
+ .admonition .warning > .admonition-title {
7
+ color : # 8a6d3b ;
8
+ }
Original file line number Diff line number Diff line change 170
170
'Miscellaneous' ),
171
171
]
172
172
173
-
174
-
173
+ def setup ( app ):
174
+ app . add_css_file ( "custom.css" )
Original file line number Diff line number Diff line change 3
3
:caption: Tests Contents:
4
4
5
5
format.rst
6
+ suites.rst
6
7
run.rst
7
8
build.rst
8
- suites.rst
9
9
env.rst
10
10
permutations.rst
11
11
values.rst
Original file line number Diff line number Diff line change @@ -41,7 +41,9 @@ the previous section. Note the difference in file name between the two organizat
41
41
first, the name of the file is the name of the suite; in the second, the file name is the generic
42
42
`suite.yaml `, and Pavilion derives the suite name from its containing directory.
43
43
44
- .. warning :: Deprecation Warning
44
+ .. admonition :: Deprecation Warning
45
+ :class: warning
46
+
45
47
Pavilion 2.4 uses the `tests ` and `test_src ` subdirectories to store suite configs and test
46
48
source code respectively. As of the latest release, these directories are deprecated in favor
47
49
of the single `suites ` directory, and support for them will eventually be removed.
You can’t perform that action at this time.
0 commit comments