Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions docs/EN/SettingUpAaps/BrowserBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,19 +76,31 @@ GitHub now displays your personal copy of AndroidAPS. Leave this web browser tab
:::{include} BrowserBuildFileManagerPlus.md
```

- Download the preparation file from here:
- 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)

<!--crowdin:disable-->
````{admonition} Note
:class: note

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:
```text
https://github.com/Angus-repo/aaps-ci-preparation/releases/download/release-v1.1.2/aaps-ci-preparation.html
```
Or visit the latest release page:
```text
https://github.com/Angus-repo/aaps-ci-preparation/releases/latest
```

2.Backup copy hosted on this site:
- If the external link is also unavailable, you can use this backup file to download.
<!--crowdin:disable-->

```{eval-rst}
.. raw:: html

&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>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="../_static/CI/aaps-ci-preparation.html" download> aaps-ci-preparation.html</a>
```
<br>
<br>
<br>
<!--crowdin:enable-->
````

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

Expand Down
1 change: 1 addition & 0 deletions docs/shared.conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
'notfound.extension',
'sphinxcontrib.jquery',
'sphinx_design',# That is for tabs
'sphinx_copybutton'
]

myst_enable_extensions = [
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ sphinx-togglebutton
myst_parser==3.0.1
urllib3==2.5.0
sphinx-notfound-page==1.0.4
sphinx_design==0.6.1
sphinx_design==0.6.1
sphinx-copybutton==0.5.2