Skip to content

Commit acf795b

Browse files
authored
Merge pull request #18 from tarantool/Add-recommonmark-in-requierements
Add recommonmark to requirements.txt
2 parents f9e1cb5 + 2686d95 commit acf795b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

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

5454
## Version history
5555

56+
### Unreleased
57+
58+
* Add recommonmark and sphinx-rtd-theme
59+
5660
### 4.1
5761

5862
* Add dvisvgm package for buinding SVGs with math formulas.

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==0.7.1
14+
sphinx-rtd-theme==1.0.0

0 commit comments

Comments
 (0)