Skip to content

Commit f4da707

Browse files
Fix issue
add
1 parent e4d81ff commit f4da707

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

.readthedocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ build:
2323
post_build:
2424
- mkdir -p $READTHEDOCS_OUTPUT/html/
2525
- cd docs && cp --recursive site/* $READTHEDOCS_OUTPUT/html/
26-
- ls $READTHEDOCS_OUTPUT/html/

docs/src/bindings/python.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
icon: simple/python
3+
title: Python
34
---
45

56
Python support is first class

docs/src/bindings/webassembly.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
icon: simple/webassembly
3+
title: WebAssembly
34
---
45

56
# WIP

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ icon: lucide/rocket
44
---
55

66
<div align="center">
7-
<img src="/img/logo.svg" />
7+
<img src="./img/logo.svg" />
88
</div>
99

1010
<p align="center">

0 commit comments

Comments
 (0)