mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +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;
|
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 {
|
.highlight .hll {
|
||||||
background-color: #ffc2;
|
background-color: #ffc2;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -402,7 +402,7 @@ Now let's find out how to interact with GitHub in order to make changes to the B
|
|||||||
|
|
||||||
.. container:: blockbutton
|
.. container:: blockbutton
|
||||||
|
|
||||||
`Download dev_environment.sh <https://docs.bonsaibim.org/quickstart/ide/linux/dev_environment.sh>`__
|
:download:`Download dev_environment.sh <linux/dev_environment.sh>`
|
||||||
|
|
||||||
Edit the file to match the paths in your system. In our case we will edit the following lines:
|
Edit the file to match the paths in your system. In our case we will edit the following lines:
|
||||||
|
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ Now let's find out how to interact with GitHub in order to make changes to the B
|
|||||||
|
|
||||||
.. container:: blockbutton
|
.. container:: blockbutton
|
||||||
|
|
||||||
`Download dev_environment.bat <https://docs.bonsaibim.org/quickstart/ide/windows/dev_environment.bat>`__
|
:download:`Download dev_environment.bat <windows/dev_environment.bat>`
|
||||||
|
|
||||||
Edit the file to match the paths in your system. In our case we will edit the following lines:
|
Edit the file to match the paths in your system. In our case we will edit the following lines:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user