File tree Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Expand file tree Collapse file tree 3 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ RUN mkdir -p /usr/share/man/man1 && \
14
14
texlive-latex-extra=20* \
15
15
texlive-fonts-extra=20* \
16
16
texlive-extra-utils=20* \
17
+ tex-gyre=20* \
17
18
librsvg2-bin=2.* \
18
19
xzdec=5.2.* \
19
20
plantuml=1* \
Original file line number Diff line number Diff line change @@ -34,6 +34,13 @@ docker run --rm -it -v $(pwd):/doc tarantool/doc-builder sh -c "make <doc>"
34
34
35
35
## Version history
36
36
37
+ ### 4.0
38
+
39
+ * Sphinx updated to 4.3.1
40
+ * sphinxcontrib-svg2pdfconverter updated to 1.2.0
41
+ * sphinxcontrib-plantuml updated to 0.22
42
+ * tex-gyre package added
43
+
37
44
### 2.1
38
45
39
46
* Added the [ sphinx-panels] ( https://github.com/executablebooks/sphinx-panels/ ) extension
Original file line number Diff line number Diff line change 1
- sphinx == 2.2.2
1
+ sphinx == 4.3.1
2
2
sphinx-intl == 2.0.1
3
3
docutils == 0.14
4
- sphinxcontrib-svg2pdfconverter == 1.0.1
4
+ sphinxcontrib-svg2pdfconverter == 1.2.0
5
5
sphinx-autobuild == 2020.9.1
6
6
awscli == 1.19.17
7
7
panflute == 2.0.5
8
- sphinxcontrib. plantuml == 0.19
8
+ sphinxcontrib- plantuml == 0.22
9
9
polib == 1.1.0
10
10
ablog == 0.10.17
11
11
pygments-graphql == 1.0.0
You can’t perform that action at this time.
0 commit comments