File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ CMAKE_DUMMY_WEBUI=true tarantoolctl rocks make
5858
5959cd " ${rst_src} " || exit
6060mkdir -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
6363cd " ${pot_src} " || exit
6464mkdir -p " ${pot_dest} "
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments