Skip to content

Commit 2ec66e7

Browse files
authored
Merge pull request #2439 from Angus-repo/browser-build-supplement
Browser build supplement
2 parents 79c59c2 + 62e82e2 commit 2ec66e7

3 files changed

Lines changed: 21 additions & 7 deletions

File tree

docs/EN/SettingUpAaps/BrowserBuild.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,19 +76,31 @@ GitHub now displays your personal copy of AndroidAPS. Leave this web browser tab
7676
:::{include} BrowserBuildFileManagerPlus.md
7777
```
7878

79-
- Download the preparation file from here:
79+
- Download the preparation file from here: [aaps-ci-preparation.html](https://github.com/Angus-repo/aaps-ci-preparation/releases/download/release-v1.1.2/aaps-ci-preparation.html)
8080

81-
<!--crowdin:disable-->
81+
````{admonition} Note
82+
:class: note
83+
84+
1. If you open this page from within an app (via a web view), the HTML file may not download. Please copy the URL and open it in your browser instead:
85+
```text
86+
https://github.com/Angus-repo/aaps-ci-preparation/releases/download/release-v1.1.2/aaps-ci-preparation.html
87+
```
88+
Or visit the latest release page:
89+
```text
90+
https://github.com/Angus-repo/aaps-ci-preparation/releases/latest
91+
```
92+
93+
2.Backup copy hosted on this site:
94+
- If the external link is also unavailable, you can use this backup file to download.
95+
<!--crowdin:disable-->
8296
8397
```{eval-rst}
8498
.. raw:: html
8599
86-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../_static/CI/aaps-ci-preparation.html" download style="font-weight: bold; font-size: 20px;"> aaps-ci-preparation.html</a>
100+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../_static/CI/aaps-ci-preparation.html" download> aaps-ci-preparation.html</a>
87101
```
88-
<br>
89-
<br>
90-
<br>
91102
<!--crowdin:enable-->
103+
````
92104

93105
AndroidAPS build requires private keys, that are stored in a Java KeyStore (JKS):
94106

docs/shared.conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
'notfound.extension',
4545
'sphinxcontrib.jquery',
4646
'sphinx_design',# That is for tabs
47+
'sphinx_copybutton'
4748
]
4849

4950
myst_enable_extensions = [

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ sphinx-togglebutton
44
myst_parser==3.0.1
55
urllib3==2.5.0
66
sphinx-notfound-page==1.0.4
7-
sphinx_design==0.6.1
7+
sphinx_design==0.6.1
8+
sphinx-copybutton==0.5.2

0 commit comments

Comments
 (0)