We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9e1cb5 + 2686d95 commit acf795bCopy full SHA for acf795b
README.md
@@ -53,6 +53,10 @@ docker run --rm -it -v $(pwd):/doc tarantool/doc-builder sh -c "make <doc>"
53
54
## Version history
55
56
+### Unreleased
57
+
58
+* Add recommonmark and sphinx-rtd-theme
59
60
### 4.1
61
62
* Add dvisvgm package for buinding SVGs with math formulas.
requirements.txt
@@ -9,4 +9,6 @@ sphinxcontrib-plantuml==0.22
9
polib==1.1.0
10
ablog==0.10.17
11
pygments-graphql==1.0.0
12
-sphinx-panels==0.6.0
+sphinx-panels==0.6.0
13
+recommonmark==0.7.1
14
+sphinx-rtd-theme==1.0.0
0 commit comments