Initial commit

This commit is contained in:
2022-11-04 11:53:06 +01:00
parent 89bacb501e
commit 3689852205
36 changed files with 1962 additions and 1 deletions

16
doc/_static/css/project-template.css vendored Normal file
View File

@@ -0,0 +1,16 @@
@import url("theme.css");
.highlight a {
text-decoration: underline;
}
.deprecated p {
padding: 10px 7px 10px 10px;
color: #b94a48;
background-color: #F3E5E5;
border: 1px solid #eed3d7;
}
.deprecated p span.versionmodified {
font-weight: bold;
}