Skip to content

Commit 3a281c2

Browse files
authored
Use Sphinx 4 (#14)
1 parent 6c347fe commit 3a281c2

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN mkdir -p /usr/share/man/man1 && \
1414
texlive-latex-extra=20* \
1515
texlive-fonts-extra=20* \
1616
texlive-extra-utils=20* \
17+
tex-gyre=20* \
1718
librsvg2-bin=2.* \
1819
xzdec=5.2.* \
1920
plantuml=1* \

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ docker run --rm -it -v $(pwd):/doc tarantool/doc-builder sh -c "make <doc>"
3434

3535
## Version history
3636

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+
3744
### 2.1
3845

3946
* Added the [sphinx-panels](https://github.com/executablebooks/sphinx-panels/) extension

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
sphinx==2.2.2
1+
sphinx==4.3.1
22
sphinx-intl==2.0.1
33
docutils==0.14
4-
sphinxcontrib-svg2pdfconverter==1.0.1
4+
sphinxcontrib-svg2pdfconverter==1.2.0
55
sphinx-autobuild==2020.9.1
66
awscli==1.19.17
77
panflute==2.0.5
8-
sphinxcontrib.plantuml==0.19
8+
sphinxcontrib-plantuml==0.22
99
polib==1.1.0
1010
ablog==0.10.17
1111
pygments-graphql==1.0.0

0 commit comments

Comments
 (0)