Skip to content

Commit 637f9c6

Browse files
authored
Merge pull request #671 from boriel/docs
Docs
2 parents e183f1d + f69a5d6 commit 637f9c6

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

.readthedocs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# .readthedocs.yaml
2+
# Read the Docs configuration file
3+
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4+
5+
# Required
6+
version: 2
7+
8+
# Set the version of Python and other tools you might need
9+
build:
10+
os: ubuntu-22.04
11+
tools:
12+
python: "3.11"
13+
14+
# Build documentation in the docs/ directory with mkdocs
15+
mkdocs:
16+
configuration: mkdocs.yml
17+
fail_on_warning: false

docs/archive.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Click on the desired icon below to download the package suitable for your platfo
1919
<br/>&nbsp;
2020
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/macos.png" alt="macostargz" width="32px"/>
2121
http://www.boriel.com/files/zxb/zxbasic-1.17.0-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.0-macos.tar.gz)
22-
<br />Mac OS x64 binary package. No install needed, just uncompress it in a directory of your choice.
22+
<br />Mac OS x64 package. No install needed, just uncompress it in a directory of your choice (needs Python installed
23+
in your system).
2324
<br/>&nbsp;
2425
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/linux.png" alt="macostargz" width="32px"/>
2526
http://www.boriel.com/files/zxb/zxbasic-1.17.0-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.0-linux64.tar.gz)

0 commit comments

Comments
 (0)