We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb303e9 commit 030ee8aCopy full SHA for 030ee8a
.github/workflows/deploy-branch.yml
@@ -37,6 +37,8 @@ jobs:
37
- run: cmake .
38
- run: make pull-modules
39
- run: make build-modules
40
+ - run: make pdf
41
+ - run: make pdf-ru
42
- run: make json
43
- run: make json-ru
44
- run: bash upload_output.sh
pdf/conf.py
@@ -9,6 +9,8 @@
9
'sphinx.ext.imgmath',
10
'sphinx.ext.ifconfig',
11
'sphinx.ext.intersphinx',
12
+ 'sphinx.ext.extlinks',
13
+ 'sphinxcontrib.plantuml',
14
'sphinxcontrib.rsvgconverter',
15
'ext.custom',
16
'ext.LuaDomain',
0 commit comments