Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit ae1496a

Browse files
committed
docs: use netlify over rtd
1 parent a71fa56 commit ae1496a

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

.readthedocs.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

netlify.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build]
2+
base = "docs/"
3+
publish = "site/"
4+
command = "mkdocs build"
5+
6+
[[redirects]]
7+
from = "/en/latest/*"
8+
to = "/:splat"

0 commit comments

Comments
 (0)