File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Docker images for building Tarantool documentation
2
2
3
+ ## Contributing
4
+
5
+ ### Building the image locally
6
+
7
+ Default (fat) image:
8
+ ``` bash
9
+ docker build -t tarantool/doc-builder:fat-tag .
10
+ ```
11
+
12
+ Slim image
13
+ ``` bash
14
+ docker build -t tarantool/doc-builder:slim-4.1 --file Dockerfile-slim .
15
+ ```
16
+ ### Releasing the image
17
+
18
+ Put an annotated tag on the commit after merging your PR.
19
+ CI will build and publish it to Docker Hub.
20
+
3
21
## Getting started
4
22
5
23
Pull the docker image
@@ -31,9 +49,14 @@ docker run --rm -it -v $(pwd):/doc tarantool/doc-builder sh -c "make <doc>"
31
49
- awscli
32
50
- pandoc
33
51
- panflute
52
+ - dvisvgm
34
53
35
54
## Version history
36
55
56
+ ### 4.1
57
+
58
+ * Add dvisvgm package for buinding SVGs with math formulas.
59
+
37
60
### 4.0
38
61
39
62
* Sphinx updated to 4.3.1
You can’t perform that action at this time.
0 commit comments