mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-12 06:32:09 +00:00
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:
Vendored
+10
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user