Skip to content

Commit 45501d3

Browse files
committed
Add recommonmark to requirements.txt
Change tag to 4.2 in README.md
1 parent f9e1cb5 commit 45501d3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Default (fat) image:
1111

1212
Slim image
1313
```bash
14-
docker build -t tarantool/doc-builder:slim-tag --file Dockerfile-slim .
14+
docker build -t tarantool/doc-builder:slim-4.2 --file Dockerfile-slim .
1515
```
1616
### Releasing the image
1717

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ sphinxcontrib-plantuml==0.22
99
polib==1.1.0
1010
ablog==0.10.17
1111
pygments-graphql==1.0.0
12-
sphinx-panels==0.6.0
12+
sphinx-panels==0.6.0
13+
recommonmark
14+
sphinx-rtd-theme

0 commit comments

Comments
 (0)