File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ Click on the desired icon below to download the package suitable for your platfo
1919<br />  ;
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 />  ;
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 )
You can’t perform that action at this time.
0 commit comments