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.
1 parent c50fdfe commit 6c347feCopy full SHA for 6c347fe
README.md
@@ -34,6 +34,10 @@ docker run --rm -it -v $(pwd):/doc tarantool/doc-builder sh -c "make <doc>"
34
35
## Version history
36
37
+### 2.1
38
+
39
+* Added the [sphinx-panels](https://github.com/executablebooks/sphinx-panels/) extension
40
41
### 2
42
43
* Using Sphinx 2.4.5
requirements.txt
@@ -9,3 +9,4 @@ sphinxcontrib.plantuml==0.19
9
polib==1.1.0
10
ablog==0.10.17
11
pygments-graphql==1.0.0
12
+sphinx-panels==0.6.0
0 commit comments