Skip to content

Commit 030ee8a

Browse files
committed
Fix PDF builds
1 parent cb303e9 commit 030ee8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
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

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)