File tree Expand file tree Collapse file tree 3 files changed +56
-0
lines changed
tests/sample-sets/admonitions Expand file tree Collapse file tree 3 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 1+ extensions = [
2+ 'sphinxcontrib.confluencebuilder' ,
3+ ]
Original file line number Diff line number Diff line change 1+ Admonitions
2+ ###########
3+
4+ .. admonition :: my-title
5+
6+ admonition content
7+
8+ .. attention ::
9+
10+ attention content
11+
12+ .. caution ::
13+
14+ caution content
15+
16+ .. danger ::
17+
18+ danger content
19+
20+ .. error ::
21+
22+ error content
23+
24+ .. hint ::
25+
26+ hint content
27+
28+ .. important ::
29+
30+ important content
31+
32+ .. note ::
33+
34+ note content
35+
36+ .. tip ::
37+
38+ tip content
39+
40+ .. warning ::
41+
42+ warning content
Original file line number Diff line number Diff line change 1+ [tox]
2+ package_root ={toxinidir}{/}..{/}..{/}..
3+
4+ [testenv]
5+ commands =
6+ {envpython} -m tests.test_sample {posargs}
7+ setenv =
8+ PYTHONDONTWRITEBYTECODE =1
9+ TOX_INI_DIR ={toxinidir}
10+ passenv = *
11+ use_develop = true
You can’t perform that action at this time.
0 commit comments