Skip to content

Commit 9b42de6

Browse files
authored
Fixes the following error: (#3527) (#3528)
1 parent 430d2b4 commit 9b42de6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/deploy-branch.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
id: make-json
7575
- run: make json-ru
7676
id: make-json-ru
77+
- run: make pdf
78+
id: make-pdf
79+
- run: make pdf-ru
80+
id: make-pdf-ru
7781

7882
- run: bash upload_output.sh
7983
id: upload-output

pdf/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
locale_dirs = ['../locale']
66

77
extensions = [
8+
'myst_parser',
89
'sphinx.ext.todo',
910
'sphinx.ext.imgmath',
1011
'sphinx.ext.ifconfig',

0 commit comments

Comments
 (0)