Skip to content

Commit dc7ffac

Browse files
committed
docs: update readme, maintaners, etc
1 parent f8d0a48 commit dc7ffac

File tree

4 files changed

+25
-12
lines changed

4 files changed

+25
-12
lines changed

.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
.git
21
.idea
2+
.git
3+
.github
34
.gitignore
45
.dockerignore
56
README.md

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.8-slim
22

3-
LABEL maintainer="Artem Morozov <[email protected]>"
3+
LABEL maintainer=""
44

55
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
66

Dockerfile-slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.8-slim
22

3-
LABEL maintainer="Artem Morozov <[email protected]>"
3+
LABEL maintainer=""
44

55
COPY requirements.txt /tmp/requirements.txt
66

README.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,29 @@ docker run --rm -it -v $(pwd):/doc tarantool/doc-builder sh -c "make <doc>"
3939

4040
## What's on board:
4141

42-
- sphinx 1.8.5
43-
- texlive
44-
- graphviz
45-
- sphinx-intl
46-
- docutils
47-
- sphinxcontrib-svg2pdfconverter
42+
- Sphinx 4.3.1
43+
- Some image processing tools:
44+
45+
- graphviz
46+
- dvisvgm
47+
- imagemagick
48+
- sphinxcontrib-svg2pdfconverter
49+
50+
- Sphinx themes and plugins:
51+
52+
- sphinx-rtd-theme
53+
- pydata-sphinx-theme
54+
- ablog
55+
- pygments-graphql
56+
- sphinx-intl and polib for localization
57+
- recommonmark for Markdown support
58+
59+
Tools for building and deploying docs:
60+
4861
- sphinx-autobuild
62+
- curl
63+
- cmake
4964
- awscli
50-
- pandoc
51-
- panflute
52-
- dvisvgm
5365

5466
## Version history
5567

0 commit comments

Comments
 (0)