File tree 5 files changed +11
-26
lines changed
5 files changed +11
-26
lines changed Original file line number Diff line number Diff line change 34
34
env : " branch-${{env.BRANCH_NAME}}"
35
35
ref : ${{github.head_ref}}
36
36
37
+ - run : pip install sphinx-panels
37
38
- run : cmake .
38
39
- run : make pull-modules
39
40
- run : make build-modules
Original file line number Diff line number Diff line change 15
15
with :
16
16
token : " ${{ secrets.TARANTOOLBOT_TOKEN }}"
17
17
18
+ - run : pip install sphinx-panels
19
+
18
20
- name : Set branch name from source branch
19
21
run : echo "BRANCH_NAME=${GITHUB_REF##*/}" >> $GITHUB_ENV
20
22
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v2
15
15
16
+ - run : pip install sphinx-panels
17
+
16
18
- name : Set branch name from source branch
17
19
run : echo "BRANCH_NAME=${GITHUB_HEAD_REF##*/}" >> $GITHUB_ENV
18
20
Original file line number Diff line number Diff line change 22
22
'sphinx.ext.intersphinx' ,
23
23
'sphinx.ext.extlinks' ,
24
24
'sphinxcontrib.plantuml' ,
25
+ 'sphinx_panels' ,
25
26
'ext.custom' ,
26
27
'ext.LuaDomain' ,
27
28
'ext.LuaLexer' ,
45
46
46
47
plantuml_output_format = 'svg_img'
47
48
imgmath_image_format = 'svg'
49
+ # panels_add_bootstrap_css = False
48
50
49
51
primary_domain = 'lua'
50
52
source_suffix = '.rst'
Original file line number Diff line number Diff line change 7
7
Tarantool - Documentation
8
8
-------------------------------------------------------------------------------
9
9
10
- .. wp_section ::
11
- :class: documentation-main-page-header
10
+ .. panels
12
11
13
- .. container :: documentation-main-page-header-path
12
+ This manual embraces all aspects of using Tarantool: from introductory
13
+ information and exercises for beginners -- to advanced instructions and
14
+ detailed references for power users and contributors.
14
15
15
- |nbsp |
16
16
17
- .. wp_section ::
18
- :class: b-documentation-toc
19
17
20
- .. container :: documentation-main-page
21
-
22
- .. container :: documentation-main-page-title
23
-
24
- Tarantool documentation
25
-
26
- .. container :: documentation-main-page-description
27
-
28
- This manual embraces all aspects of using Tarantool: from introductory
29
- information and exercises for beginners -- to advanced instructions and
30
- detailed references for power users and contributors.
31
-
32
- .. container :: documentation-main-page-content
33
-
34
- .. ifconfig :: language == 'ru'
35
-
36
- .. NOTE ::
37
-
38
- Документация находится в процессе перевода и может
39
- отставать от английской версии.
40
18
41
19
.. raw:: html
42
20
You can’t perform that action at this time.
0 commit comments