Skip to content

Commit 51ac590

Browse files
authored
Fix PDF builds (#2338)
1 parent 340a20b commit 51ac590

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
- run: cmake .
3838
- run: make pull-modules
3939
- run: make build-modules
40+
- run: make pdf
41+
- run: make pdf-ru
4042
- run: make json
4143
- run: make json-ru
4244
- run: bash upload_output.sh

build_submodules.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ CMAKE_DUMMY_WEBUI=true tarantoolctl rocks make
5858

5959
cd "${rst_src}" || exit
6060
mkdir -p "${rst_dest}"
61-
find . -iregex '.*\.\(rst\|png\|puml\)$' -exec cp -r --parents {} "${rst_dest}" \;
61+
find . -iregex '.*\.\(rst\|png\|puml\|svg\)$' -exec cp -r --parents {} "${rst_dest}" \;
6262

6363
cd "${pot_src}" || exit
6464
mkdir -p "${pot_dest}"

pdf/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
'sphinx.ext.imgmath',
1010
'sphinx.ext.ifconfig',
1111
'sphinx.ext.intersphinx',
12+
'sphinx.ext.extlinks',
13+
'sphinxcontrib.plantuml',
1214
'sphinxcontrib.rsvgconverter',
1315
'ext.custom',
1416
'ext.LuaDomain',

0 commit comments

Comments
 (0)