Merging upstream version 0.14.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
4c68f51a53
commit
e916bee311
109 changed files with 2822 additions and 912 deletions
5
docs/extra.js
Normal file
5
docs/extra.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
document.addEventListener("DOMContentLoaded", function () {
|
||||
document.querySelectorAll("table").forEach(function (table) {
|
||||
table.classList.add("docutils");
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue