Skip to content

Commit 3c5bdaf

Browse files
authored
Merge pull request #955 from boriel-basic/docs
Fix Docs broken build and link.
2 parents d8150bb + dafa48c commit 3c5bdaf

File tree

3 files changed

+38
-7
lines changed

3 files changed

+38
-7
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ build:
1313

1414
python:
1515
install:
16-
- requirements: ./requirements.txt
16+
- requirements: ./docs/requirements.txt
1717

1818
# Build documentation in the docs/ directory with mkdocs
1919
mkdocs:

docs/archive.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Source Code
44
You can checkout the latest source code from the repository.
5-
See [https://github.com/boriel/zxbasic](http://github.com/boriel/zxbasic) for instructions on how to clone the
5+
See [https://github.com/boriel-basic/zxbasic](http://github.com/boriel/zxbasic) for instructions on how to clone the
66
repository (git).
77

88

@@ -14,24 +14,24 @@ Latest stable version is <span style="color: green;">**1.17.3**</span>.
1414
Click on the desired icon below to download the package suitable for your platform:
1515

1616
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/win32.png" alt="win32zip" width="32px"/>
17-
https://www.boriel.com/files/zxb/zxbasic-1.17.3-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.3-win32.zip)
17+
https://www.boriel.com/files/zxb/zxbasic-1.17.3-win32.zip](https://www.boriel.com/files/zxb/zxbasic-1.17.3-win32.zip)
1818
<br />Windows .exe zip package. No install needed, just uncompress it in a directory of your choice.
1919
<br/>&nbsp;
2020
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/macos.png" alt="macostargz" width="32px"/>
21-
https://www.boriel.com/files/zxb/zxbasic-1.17.3-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.3-macos.tar.gz)
21+
https://www.boriel.com/files/zxb/zxbasic-1.17.3-macos.tar.gz](https://www.boriel.com/files/zxb/zxbasic-1.17.3-macos.tar.gz)
2222
<br />Mac OS x64 package. No install needed, just uncompress it in a directory of your choice (needs Python installed
2323
in your system).
2424
<br/>&nbsp;
2525
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/linux.png" alt="macostargz" width="32px"/>
26-
https://www.boriel.com/files/zxb/zxbasic-1.17.3-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.3-linux64.tar.gz)
26+
https://www.boriel.com/files/zxb/zxbasic-1.17.3-linux64.tar.gz](https://www.boriel.com/files/zxb/zxbasic-1.17.3-linux64.tar.gz)
2727
<br />Linux x64 binary package. No install needed, just uncompress it in a directory of your choice.
2828
<br/>&nbsp;
2929
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/zip-package.png" alt="zip" width="32px"/>
30-
https://www.boriel.com/files/zxb/zxbasic-1.17.3.zip](http://www.boriel.com/files/zxb/zxbasic-1.17.3.zip)
30+
https://www.boriel.com/files/zxb/zxbasic-1.17.3.zip](https://www.boriel.com/files/zxb/zxbasic-1.17.3.zip)
3131
<br />Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system.
3232
<br/>&nbsp;
3333
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/driver-down.png" alt="tar.gz" width="32px"/>
34-
https://www.boriel.com/files/zxb/zxbasic-1.17.3.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.17.3.tar.gz)
34+
https://www.boriel.com/files/zxb/zxbasic-1.17.3.tar.gz](https://www.boriel.com/files/zxb/zxbasic-1.17.3.tar.gz)
3535
<br />Windows, Linux, Mac tar.gz package, with python scripts. Requires python installed in your system.
3636

3737
### What's new

docs/requirements.txt

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# This file is used to build the documents, not the project.
2+
3+
babel==2.16.0
4+
certifi==2024.8.30
5+
charset-normalizer==3.4.0
6+
click==8.1.7
7+
colorama==0.4.6
8+
ghp-import==2.1.0
9+
idna==3.10
10+
Jinja2==3.1.4
11+
Markdown==3.7
12+
MarkupSafe==3.0.2
13+
mergedeep==1.3.4
14+
mkdocs==1.6.1
15+
mkdocs-get-deps==0.2.0
16+
mkdocs-material==9.5.44
17+
mkdocs-material-extensions==1.3.1
18+
packaging==24.2
19+
paginate==0.5.7
20+
pathspec==0.12.1
21+
platformdirs==4.3.6
22+
Pygments==2.18.0
23+
pymdown-extensions==10.12
24+
python-dateutil==2.9.0.post0
25+
PyYAML==6.0.2
26+
pyyaml_env_tag==0.1
27+
regex==2024.11.6
28+
requests==2.32.3
29+
six==1.16.0
30+
urllib3==2.2.3
31+
watchdog==6.0.0

0 commit comments

Comments
 (0)