Fix broken scripts download urls #7107

They were hardcoded and `:download:` wasn't used, so sphinx never copied the scripts to be available to download.
They also were always pointing to main docs website, so they would show up on unstable documentation too, and I guess because they were hardcoded, there were no warnings when those files were recently moved.
This commit is contained in:
Andrej730
2025-09-10 14:40:52 +05:00
parent e28979ceb7
commit e9bad17502
3 changed files with 13 additions and 3 deletions
+10
View File
@@ -46,6 +46,16 @@ a {
background: #70ba35;
}
.blockbutton a.download code {
background: none !important;
border: none !important;
color: inherit !important;
font-family: inherit !important;
font-size: inherit !important;
font-weight: bold; /* optional */
padding: 0 !important;
}
.highlight .hll {
background-color: #ffc2;
}